Searched refs:besti (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dxfs_rtalloc.c243 xfs_rtblock_t besti; /* best rtblock found so far */ xfs_rtallocate_extent_block() local
255 for (i = XFS_BLOCKTOBIT(mp, bbno), besti = -1, bestlen = 0, xfs_rtallocate_extent_block()
291 besti = i; xfs_rtallocate_extent_block()
309 if (minlen < maxlen && besti != -1) { xfs_rtallocate_extent_block()
318 * Allocate besti for bestlen & return that. xfs_rtallocate_extent_block()
320 error = xfs_rtallocate_range(mp, tp, besti, bestlen, rbpp, rsb); xfs_rtallocate_extent_block()
325 *rtblock = besti; xfs_rtallocate_extent_block()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_alloc.c934 int besti=0; xfs_alloc_ag_vextent_near() local
992 besti = cnt_cur->bc_ptrs[0]; xfs_alloc_ag_vextent_near()
1004 cnt_cur->bc_ptrs[0] = besti; xfs_alloc_ag_vextent_near()

Completed in 130 milliseconds