Home
last modified time | relevance | path

Searched refs:leaf_ents_p (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_node.c442 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_add()
549 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lasthash()
587 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_addname()
739 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_entry()
976 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_order()
977 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_order()
1029 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_rebalance()
1030 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_rebalance()
1226 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_remove()
1448 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_toosmall()
[all …]
Dxfs_dir2_leaf.c103 ents = ops->leaf_ents_p(leaf); in xfs_dir3_leaf_check_int()
379 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_block_to_leaf()
610 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_addname()
887 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_compact()
1054 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_log_ents()
1135 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup()
1199 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup_int()
1334 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_removename()
1466 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_replace()
1511 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_search_hash()
Dxfs_da_format.c725 .leaf_ents_p = xfs_dir2_leaf_ents_p,
775 .leaf_ents_p = xfs_dir2_leaf_ents_p,
825 .leaf_ents_p = xfs_dir3_leaf_ents_p,
Dxfs_dir2.h80 (*leaf_ents_p)(struct xfs_dir2_leaf *lp); member
Dxfs_dir2_block.c927 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_to_block()
Dxfs_da_btree.c596 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_da3_root_split()
2244 ents = dp->d_ops->leaf_ents_p(dead_leaf2); in xfs_da3_swap_lastblock()
/Linux-v5.4/fs/xfs/scrub/
Ddabtree.c101 ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr); in xchk_da_btree_entry()
105 ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr); in xchk_da_btree_entry()
Ddir.c502 ents = d_ops->leaf_ents_p(leaf); in xchk_directory_leaf1_bestfree()