bestlen           235 fs/xfs/xfs_rtalloc.c 	xfs_rtblock_t	bestlen;	/* best length found so far */
bestlen           246 fs/xfs/xfs_rtalloc.c 	for (i = XFS_BLOCKTOBIT(mp, bbno), besti = -1, bestlen = 0,
bestlen           281 fs/xfs/xfs_rtalloc.c 			if (thislen >= minlen && thislen > bestlen) {
bestlen           283 fs/xfs/xfs_rtalloc.c 				bestlen = thislen;
bestlen           307 fs/xfs/xfs_rtalloc.c 			div_u64_rem(bestlen, prod, &p);
bestlen           309 fs/xfs/xfs_rtalloc.c 				bestlen -= p;
bestlen           315 fs/xfs/xfs_rtalloc.c 		error = xfs_rtallocate_range(mp, tp, besti, bestlen, rbpp, rsb);
bestlen           319 fs/xfs/xfs_rtalloc.c 		*len = bestlen;