Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_node.c403 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_add()
508 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lasthash()
546 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_addname()
698 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_entry()
934 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_order()
935 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_order()
990 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_rebalance()
991 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_rebalance()
1189 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_remove()
1413 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_toosmall()
[all …]
Dxfs_dir2_leaf.c109 ents = ops->leaf_ents_p(leaf); in xfs_dir3_leaf_check_int()
425 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_block_to_leaf()
661 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_addname()
935 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_compact()
1102 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_log_ents()
1183 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup()
1247 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup_int()
1386 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_removename()
1517 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_replace()
1562 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_search_hash()
Dxfs_da_format.c747 .leaf_ents_p = xfs_dir2_leaf_ents_p,
797 .leaf_ents_p = xfs_dir2_leaf_ents_p,
847 .leaf_ents_p = xfs_dir3_leaf_ents_p,
Dxfs_dir2.h85 (*leaf_ents_p)(struct xfs_dir2_leaf *lp); member
Dxfs_da_btree.c564 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_da3_root_split()
2187 ents = dp->d_ops->leaf_ents_p(dead_leaf2); in xfs_da3_swap_lastblock()
Dxfs_dir2_block.c943 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_to_block()