Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_dir2_priv.h26 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,
Dxfs_da_format.h439 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()
Dxfs_dir2_node.c508 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 …]
Dxfs_ondisk.h125 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()
Dxfs_dir2_leaf.c497 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()
Dxfs_dir2_block.c198 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_need_space()
311 struct xfs_dir2_leaf_entry *blp, in xfs_dir2_block_compact()
Dxfs_dir2_data.c90 sizeof(struct xfs_dir2_leaf_entry); in xfs_dir2_data_max_leaf_entries()
Dxfs_dir2.c149 sizeof(struct xfs_dir2_leaf_entry); in xfs_da_mount()
Dxfs_da_btree.c2472 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock()
/linux-6.14.4/fs/xfs/scrub/
Ddir.c327 struct xfs_dir2_leaf_entry *ent; in xchk_dir_rec()