Searched refs:xfs_dir2_leaf_entry (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_priv.h | 26 struct xfs_dir2_leaf_entry *ents; 107 struct xfs_dir2_leaf_entry *ents, int *indexp, 123 extern struct xfs_dir2_leaf_entry * 125 struct xfs_dir2_leaf_entry *ents, int index, int compact,
|
H A D | xfs_da_format.h | 428 typedef struct xfs_dir2_leaf_entry { struct 450 struct xfs_dir2_leaf_entry __ents[]; /* entries */ argument 537 static inline struct xfs_dir2_leaf_entry * 540 return ((struct xfs_dir2_leaf_entry *)btp) - be32_to_cpu(btp->count); in xfs_dir2_block_leaf_p()
|
H A D | xfs_dir2_node.c | 501 struct xfs_dir2_leaf_entry *lep; in xfs_dir2_leafn_add() 502 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_add() 953 struct xfs_dir2_leaf_entry *sents, in xfs_dir3_leafn_moveents() 957 struct xfs_dir2_leaf_entry *dents, in xfs_dir3_leafn_moveents() 1035 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_order() 1036 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_order() 1077 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_rebalance() 1078 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_rebalance() 1499 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_toosmall() 1624 struct xfs_dir2_leaf_entry *sents; in xfs_dir2_leafn_unbalance() [all …]
|
H A D | xfs_dir2_leaf.c | 446 be32_to_cpu(btp->count) * sizeof(struct xfs_dir2_leaf_entry)); in xfs_dir2_block_to_leaf() 492 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_stale() 520 struct xfs_dir2_leaf_entry * 523 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_entry() 627 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ in xfs_dir2_leaf_addname() 628 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_addname() 976 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_compact_x1()
|
H A 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()
|
H A D | xfs_dir2.c | 137 sizeof(struct xfs_dir2_leaf_entry); in xfs_da_mount()
|
H A D | xfs_dir2_data.c | 89 sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_data_max_leaf_entries()
|
H A D | xfs_da_btree.c | 2327 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dir.c | 158 struct xfs_dir2_leaf_entry *ent; in xchk_dir_rec()
|