Home
last modified time | relevance | path

Searched refs:bestsp (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c527 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
528 bestsp[0] = bf[0].length; in xfs_dir2_block_to_leaf()
716 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
866 bestsp--; in xfs_dir2_leaf_addname()
867 memmove(&bestsp[0], &bestsp[1], in xfs_dir2_leaf_addname()
881 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
941 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
1446 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1483 bestsp[db] = bf[0].length; in xfs_dir2_leaf_removename()
1522 memmove(&bestsp[db - i], bestsp, in xfs_dir2_leaf_removename()
[all …]
H A Dxfs_dir2_block.c934 __be16 *bestsp; /* leaf bests table */ in xfs_dir2_leaf_to_block() local
975 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
976 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()