Home
last modified time | relevance | path

Searched refs:xfs_dir2_leaf_bests_p (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_leaf.c117 (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()
424 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
612 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
1027 firstb = xfs_dir2_leaf_bests_p(ltp) + first; in xfs_dir3_leaf_log_bests()
1028 lastb = xfs_dir2_leaf_bests_p(ltp) + last; in xfs_dir3_leaf_log_bests()
1345 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1600 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_trim_data()
1746 memcpy(xfs_dir2_leaf_bests_p(ltp), dp->d_ops->free_bests_p(free), in xfs_dir2_node_to_leaf()
Dxfs_da_format.h479 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() function
Dxfs_dir2_block.c942 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
Dxfs_dir2_node.c383 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()
/Linux-v5.4/fs/xfs/scrub/
Ddir.c505 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()