bestsp            899 fs/xfs/libxfs/xfs_dir2_block.c 	__be16			*bestsp;	/* leaf bests table */
bestsp            942 fs/xfs/libxfs/xfs_dir2_block.c 		bestsp = xfs_dir2_leaf_bests_p(ltp);
bestsp            943 fs/xfs/libxfs/xfs_dir2_block.c 		if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==
bestsp            334 fs/xfs/libxfs/xfs_dir2_leaf.c 	__be16			*bestsp;	/* leaf's bestsp entries */
bestsp            424 fs/xfs/libxfs/xfs_dir2_leaf.c 	bestsp = xfs_dir2_leaf_bests_p(ltp);
bestsp            425 fs/xfs/libxfs/xfs_dir2_leaf.c 	bestsp[0] =  bf[0].length;
bestsp            567 fs/xfs/libxfs/xfs_dir2_leaf.c 	__be16			*bestsp;	/* freespace table in leaf */
bestsp            612 fs/xfs/libxfs/xfs_dir2_leaf.c 	bestsp = xfs_dir2_leaf_bests_p(ltp);
bestsp            628 fs/xfs/libxfs/xfs_dir2_leaf.c 		ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF));
bestsp            629 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (be16_to_cpu(bestsp[i]) >= length) {
bestsp            642 fs/xfs/libxfs/xfs_dir2_leaf.c 			if (bestsp[i] == cpu_to_be16(NULLDATAOFF) &&
bestsp            645 fs/xfs/libxfs/xfs_dir2_leaf.c 			else if (be16_to_cpu(bestsp[i]) >= length) {
bestsp            664 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (use_block != -1 && bestsp[use_block] == cpu_to_be16(NULLDATAOFF))
bestsp            670 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes &&
bestsp            678 fs/xfs/libxfs/xfs_dir2_leaf.c 	else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) {
bestsp            762 fs/xfs/libxfs/xfs_dir2_leaf.c 			bestsp--;
bestsp            763 fs/xfs/libxfs/xfs_dir2_leaf.c 			memmove(&bestsp[0], &bestsp[1],
bestsp            764 fs/xfs/libxfs/xfs_dir2_leaf.c 				be32_to_cpu(ltp->bestcount) * sizeof(bestsp[0]));
bestsp            777 fs/xfs/libxfs/xfs_dir2_leaf.c 		bestsp[use_block] = bf[0].length;
bestsp            836 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (be16_to_cpu(bestsp[use_block]) != be16_to_cpu(bf[0].length)) {
bestsp            837 fs/xfs/libxfs/xfs_dir2_leaf.c 		bestsp[use_block] = bf[0].length;
bestsp           1300 fs/xfs/libxfs/xfs_dir2_leaf.c 	__be16			*bestsp;	/* leaf block best freespace */
bestsp           1345 fs/xfs/libxfs/xfs_dir2_leaf.c 	bestsp = xfs_dir2_leaf_bests_p(ltp);
bestsp           1346 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (be16_to_cpu(bestsp[db]) != oldbest)
bestsp           1377 fs/xfs/libxfs/xfs_dir2_leaf.c 		bestsp[db] = bf[0].length;
bestsp           1409 fs/xfs/libxfs/xfs_dir2_leaf.c 				if (bestsp[i] != cpu_to_be16(NULLDATAOFF))
bestsp           1416 fs/xfs/libxfs/xfs_dir2_leaf.c 			memmove(&bestsp[db - i], bestsp,
bestsp           1417 fs/xfs/libxfs/xfs_dir2_leaf.c 				(be32_to_cpu(ltp->bestcount) - (db - i)) * sizeof(*bestsp));
bestsp           1423 fs/xfs/libxfs/xfs_dir2_leaf.c 			bestsp[db] = cpu_to_be16(NULLDATAOFF);
bestsp           1555 fs/xfs/libxfs/xfs_dir2_leaf.c 	__be16			*bestsp;	/* leaf bests table */
bestsp           1600 fs/xfs/libxfs/xfs_dir2_leaf.c 	bestsp = xfs_dir2_leaf_bests_p(ltp);
bestsp           1602 fs/xfs/libxfs/xfs_dir2_leaf.c 	memmove(&bestsp[1], &bestsp[0], be32_to_cpu(ltp->bestcount) * sizeof(*bestsp));