Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_node.c398 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_add()
503 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lasthash()
541 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_addname()
693 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_entry()
929 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_order()
930 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_order()
985 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_rebalance()
986 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_rebalance()
1182 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_remove()
1404 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_toosmall()
[all …]
Dxfs_dir2_leaf.c108 ents = ops->leaf_ents_p(leaf); in xfs_dir3_leaf_check_int()
424 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_block_to_leaf()
658 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_addname()
932 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_compact()
1099 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_log_ents()
1180 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup()
1244 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup_int()
1379 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_removename()
1510 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_replace()
1555 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_search_hash()
Dxfs_da_format.c745 .leaf_ents_p = xfs_dir2_leaf_ents_p,
795 .leaf_ents_p = xfs_dir2_leaf_ents_p,
845 .leaf_ents_p = xfs_dir3_leaf_ents_p,
Dxfs_dir2.h91 (*leaf_ents_p)(struct xfs_dir2_leaf *lp); member
Dxfs_dir2_block.c935 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_to_block()
Dxfs_da_btree.c565 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_da3_root_split()
2193 ents = dp->d_ops->leaf_ents_p(dead_leaf2); in xfs_da3_swap_lastblock()