Home
last modified time | relevance | path

Searched refs:xfs_dir2_leaf_entry (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h26 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 Dxfs_da_format.h428 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 Dxfs_dir2_node.c501 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 Dxfs_dir2_leaf.c446 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 Dxfs_dir2_block.c191 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 Dxfs_dir2.c137 sizeof(struct xfs_dir2_leaf_entry); in xfs_da_mount()
H A Dxfs_dir2_data.c89 sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_data_max_leaf_entries()
H A Dxfs_da_btree.c2327 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c158 struct xfs_dir2_leaf_entry *ent; in xchk_dir_rec()