Searched refs:xfs_dir2_leaf_entry (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 26 struct xfs_dir2_leaf_entry *ents; 108 struct xfs_dir2_leaf_entry *ents, int *indexp, 124 extern struct xfs_dir2_leaf_entry * 126 struct xfs_dir2_leaf_entry *ents, int index, int compact,
|
D | xfs_da_format.h | 439 typedef struct xfs_dir2_leaf_entry { struct 461 struct xfs_dir2_leaf_entry __ents[]; /* entries */ argument 548 static inline struct xfs_dir2_leaf_entry * 551 return ((struct xfs_dir2_leaf_entry *)btp) - be32_to_cpu(btp->count); in xfs_dir2_block_leaf_p()
|
D | xfs_dir2_node.c | 508 struct xfs_dir2_leaf_entry *lep; in xfs_dir2_leafn_add() 509 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_add() 963 struct xfs_dir2_leaf_entry *sents, in xfs_dir3_leafn_moveents() 967 struct xfs_dir2_leaf_entry *dents, in xfs_dir3_leafn_moveents() 1045 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_order() 1046 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_order() 1087 struct xfs_dir2_leaf_entry *ents1; in xfs_dir2_leafn_rebalance() 1088 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_rebalance() 1509 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leafn_toosmall() 1635 struct xfs_dir2_leaf_entry *sents; in xfs_dir2_leafn_unbalance() [all …]
|
D | xfs_ondisk.h | 125 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_leaf_entry, 8); in xfs_check_ondisk_structs() 144 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_leaf_entry, 8); in xfs_check_ondisk_structs()
|
D | xfs_dir2_leaf.c | 497 be32_to_cpu(btp->count) * sizeof(struct xfs_dir2_leaf_entry)); in xfs_dir2_block_to_leaf() 543 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_stale() 571 struct xfs_dir2_leaf_entry * 574 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_find_entry() 678 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ in xfs_dir2_leaf_addname() 679 struct xfs_dir2_leaf_entry *ents; in xfs_dir2_leaf_addname() 1028 struct xfs_dir2_leaf_entry *ents, in xfs_dir3_leaf_compact_x1()
|
D | xfs_dir2_block.c | 198 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space() 311 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact()
|
D | xfs_dir2_data.c | 90 sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_data_max_leaf_entries()
|
D | xfs_dir2.c | 149 sizeof(struct xfs_dir2_leaf_entry); in xfs_da_mount()
|
D | xfs_da_btree.c | 2472 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | dir.c | 327 struct xfs_dir2_leaf_entry *ent; in xchk_dir_rec()
|