bestcount         457 fs/xfs/libxfs/xfs_da_format.h 	__be32			bestcount;
bestcount         481 fs/xfs/libxfs/xfs_da_format.h 	return (__be16 *)ltp - be32_to_cpu(ltp->bestcount);
bestcount         943 fs/xfs/libxfs/xfs_dir2_block.c 		if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==
bestcount         947 fs/xfs/libxfs/xfs_dir2_block.c 				    (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1))))
bestcount         287 fs/xfs/libxfs/xfs_dir2_leaf.c 		ltp->bestcount = 0;
bestcount         423 fs/xfs/libxfs/xfs_dir2_leaf.c 	ltp->bestcount = cpu_to_be32(1);
bestcount         627 fs/xfs/libxfs/xfs_dir2_leaf.c 		ASSERT(i < be32_to_cpu(ltp->bestcount));
bestcount         638 fs/xfs/libxfs/xfs_dir2_leaf.c 		for (i = 0; i < be32_to_cpu(ltp->bestcount); i++) {
bestcount         761 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (use_block >= be32_to_cpu(ltp->bestcount)) {
bestcount         764 fs/xfs/libxfs/xfs_dir2_leaf.c 				be32_to_cpu(ltp->bestcount) * sizeof(bestsp[0]));
bestcount         765 fs/xfs/libxfs/xfs_dir2_leaf.c 			be32_add_cpu(&ltp->bestcount, 1);
bestcount         768 fs/xfs/libxfs/xfs_dir2_leaf.c 						be32_to_cpu(ltp->bestcount) - 1);
bestcount        1404 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (db == be32_to_cpu(ltp->bestcount) - 1) {
bestcount        1417 fs/xfs/libxfs/xfs_dir2_leaf.c 				(be32_to_cpu(ltp->bestcount) - (db - i)) * sizeof(*bestsp));
bestcount        1418 fs/xfs/libxfs/xfs_dir2_leaf.c 			be32_add_cpu(&ltp->bestcount, -(db - i));
bestcount        1421 fs/xfs/libxfs/xfs_dir2_leaf.c 						be32_to_cpu(ltp->bestcount) - 1);
bestcount        1585 fs/xfs/libxfs/xfs_dir2_leaf.c 	ASSERT(db == be32_to_cpu(ltp->bestcount) - 1);
bestcount        1601 fs/xfs/libxfs/xfs_dir2_leaf.c 	be32_add_cpu(&ltp->bestcount, -1);
bestcount        1602 fs/xfs/libxfs/xfs_dir2_leaf.c 	memmove(&bestsp[1], &bestsp[0], be32_to_cpu(ltp->bestcount) * sizeof(*bestsp));
bestcount        1604 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_leaf_log_bests(args, lbp, 0, be32_to_cpu(ltp->bestcount) - 1);
bestcount        1741 fs/xfs/libxfs/xfs_dir2_leaf.c 	ltp->bestcount = cpu_to_be32(freehdr.nvalid);
bestcount        1751 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_leaf_log_bests(args, lbp, 0, be32_to_cpu(ltp->bestcount) - 1);
bestcount         375 fs/xfs/libxfs/xfs_dir2_node.c 	if (be32_to_cpu(ltp->bestcount) >
bestcount         385 fs/xfs/libxfs/xfs_dir2_node.c 	for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++, to++) {
bestcount         395 fs/xfs/libxfs/xfs_dir2_node.c 	freehdr.nvalid = be32_to_cpu(ltp->bestcount);
bestcount         489 fs/xfs/scrub/dir.c 	__u32				bestcount;
bestcount         504 fs/xfs/scrub/dir.c 	bestcount = be32_to_cpu(ltp->bestcount);
bestcount         518 fs/xfs/scrub/dir.c 	if (bestcount != xfs_dir2_byte_to_db(geo, sc->ip->i_d.di_size)) {
bestcount         550 fs/xfs/scrub/dir.c 	for (i = 0; i < bestcount; i++, bestp++) {