Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
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,
Dxfs_da_format.h427 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()
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 …]
Dxfs_dir2_leaf.c437 be32_to_cpu(btp->count) * sizeof(struct xfs_dir2_leaf_entry)); in xfs_dir2_block_to_leaf()
483 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_stale()
511 struct xfs_dir2_leaf_entry *
514 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_entry()
618 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ in xfs_dir2_leaf_addname()
619 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_addname()
967 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_compact_x1()
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()
Dxfs_dir2.c132 sizeof(struct xfs_dir2_leaf_entry); in xfs_da_mount()
Dxfs_dir2_data.c89 sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_data_max_leaf_entries()
Dxfs_da_btree.c2317 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
/Linux-v5.10/fs/xfs/scrub/
Ddir.c196 struct xfs_dir2_leaf_entry *ent; in xchk_dir_rec()