besti            1180 fs/xfs/libxfs/xfs_alloc.c 		int		besti=0;
besti            1240 fs/xfs/libxfs/xfs_alloc.c 				besti = cnt_cur->bc_ptrs[0];
besti            1252 fs/xfs/libxfs/xfs_alloc.c 		cnt_cur->bc_ptrs[0] = besti;
besti             234 fs/xfs/xfs_rtalloc.c 	xfs_rtblock_t	besti;		/* best rtblock found so far */
besti             246 fs/xfs/xfs_rtalloc.c 	for (i = XFS_BLOCKTOBIT(mp, bbno), besti = -1, bestlen = 0,
besti             282 fs/xfs/xfs_rtalloc.c 				besti = i;
besti             300 fs/xfs/xfs_rtalloc.c 	if (minlen < maxlen && besti != -1) {
besti             315 fs/xfs/xfs_rtalloc.c 		error = xfs_rtallocate_range(mp, tp, besti, bestlen, rbpp, rsb);
besti             320 fs/xfs/xfs_rtalloc.c 		*rtblock = besti;