Searched refs:xfs_dir2_leaf_entry (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
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,
|
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 | 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 …]
|
D | xfs_dir2_leaf.c | 437 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()
|
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()
|
D | xfs_dir2.c | 132 sizeof(struct xfs_dir2_leaf_entry); in xfs_da_mount()
|
D | xfs_dir2_data.c | 89 sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_data_max_leaf_entries()
|
D | xfs_da_btree.c | 2317 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
|
/Linux-v5.10/fs/xfs/scrub/ |
D | dir.c | 196 struct xfs_dir2_leaf_entry *ent; in xchk_dir_rec()
|