Searched refs:xfs_dir2_leaf_entry (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 84 struct xfs_dir2_leaf_entry *ents; in xfs_dir3_leaf_check_int() 349 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_block_to_leaf() 440 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_stale() 468 struct xfs_dir2_leaf_entry * 471 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_entry() 575 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ in xfs_dir2_leaf_addname() 576 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_addname() 877 struct xfs_dir2_leaf_entry *ents; in xfs_dir3_leaf_compact() 925 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_compact_x1() 1047 struct xfs_dir2_leaf_entry *ents; in xfs_dir3_leaf_log_ents() [all …]
|
D | xfs_dir2_priv.h | 79 struct xfs_dir2_leaf_entry *ents, int *indexp, 94 extern struct xfs_dir2_leaf_entry * 96 struct xfs_dir2_leaf_entry *ents, int index, int compact,
|
D | xfs_da_format.h | 427 typedef struct xfs_dir2_leaf_entry { struct 449 struct xfs_dir2_leaf_entry __ents[]; /* entries */ argument 536 static inline struct xfs_dir2_leaf_entry * 539 return ((struct xfs_dir2_leaf_entry *)btp) - be32_to_cpu(btp->count); in xfs_dir2_block_leaf_p()
|
D | xfs_dir2_node.c | 434 struct xfs_dir2_leaf_entry *lep; in xfs_dir2_leafn_add() 435 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_add() 539 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_lasthash() 584 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_lookup_for_addname() 736 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_lookup_for_entry() 895 struct xfs_dir2_leaf_entry *sents, in xfs_dir3_leafn_moveents() 899 struct xfs_dir2_leaf_entry *dents, in xfs_dir3_leafn_moveents() 976 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_order() 977 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_order() 1018 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_rebalance() [all …]
|
D | xfs_da_format.c | 411 (uint)sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_max_leaf_ents() 414 static struct xfs_dir2_leaf_entry * 424 (uint)sizeof(struct xfs_dir2_leaf_entry); in xfs_dir3_max_leaf_ents() 427 static struct xfs_dir2_leaf_entry *
|
D | xfs_dir2_block.c | 191 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() 304 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact() 946 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_to_block()
|
D | xfs_dir2.h | 81 struct xfs_dir2_leaf_entry *
|
D | xfs_dir2_data.c | 90 ((char *)btp - p) / sizeof(struct xfs_dir2_leaf_entry)) in __xfs_dir3_data_check()
|
D | xfs_da_btree.c | 594 struct xfs_dir2_leaf_entry *ents; in xfs_da3_root_split() 2252 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
|
/fs/xfs/scrub/ |
D | dabtree.c | 102 return ents + (rec * sizeof(struct xfs_dir2_leaf_entry)); in xchk_da_btree_entry() 106 return ents + (rec * sizeof(struct xfs_dir2_leaf_entry)); in xchk_da_btree_entry()
|
D | dir.c | 189 struct xfs_dir2_leaf_entry *ent = rec; in xchk_dir_rec() 481 struct xfs_dir2_leaf_entry *ents; in xchk_directory_leaf1_bestfree()
|