Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c471 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
472 bestsp[0] = bf[0].length; in xfs_dir2_block_to_leaf()
659 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
809 bestsp--; in xfs_dir2_leaf_addname()
810 memmove(&bestsp[0], &bestsp[1], in xfs_dir2_leaf_addname()
824 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
884 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
1388 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1423 bestsp[db] = bf[0].length; in xfs_dir2_leaf_removename()
1462 memmove(&bestsp[db - i], bestsp, in xfs_dir2_leaf_removename()
[all …]
A Dxfs_dir2_block.c927 __be16 *bestsp; /* leaf bests table */ in xfs_dir2_leaf_to_block() local
968 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
969 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()

Completed in 8 milliseconds