Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_node.c448 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_add()
555 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lasthash()
593 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_addname()
745 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_lookup_for_entry()
981 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_order()
982 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_order()
1034 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_rebalance()
1035 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_rebalance()
1231 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_remove()
1453 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_toosmall()
[all …]
Dxfs_dir2_leaf.c106 ents = ops->leaf_ents_p(leaf); in xfs_dir3_leaf_check_int()
440 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_block_to_leaf()
674 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_addname()
951 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_compact()
1118 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir3_leaf_log_ents()
1199 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup()
1263 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_lookup_int()
1398 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_removename()
1530 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_replace()
1575 ents = args->dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_search_hash()
Dxfs_da_format.c728 .leaf_ents_p = xfs_dir2_leaf_ents_p,
778 .leaf_ents_p = xfs_dir2_leaf_ents_p,
828 .leaf_ents_p = xfs_dir3_leaf_ents_p,
Dxfs_dir2.h80 (*leaf_ents_p)(struct xfs_dir2_leaf *lp); member
Dxfs_dir2_block.c930 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_to_block()
Dxfs_da_btree.c578 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_da3_root_split()
2226 ents = dp->d_ops->leaf_ents_p(dead_leaf2); in xfs_da3_swap_lastblock()
/Linux-v4.19/fs/xfs/scrub/
Ddabtree.c109 ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr); in xchk_da_btree_entry()
113 ents = (char *)ds->dargs.dp->d_ops->leaf_ents_p(baddr); in xchk_da_btree_entry()
Ddir.c506 ents = d_ops->leaf_ents_p(leaf); in xchk_directory_leaf1_bestfree()