Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rtalloc.c244 xfs_rtblock_t besti; /* best rtblock found so far */ in xfs_rtallocate_extent_block() local
256 for (i = XFS_BLOCKTOBIT(mp, bbno), besti = -1, bestlen = 0, in xfs_rtallocate_extent_block()
292 besti = i; in xfs_rtallocate_extent_block()
310 if (minlen < maxlen && besti != -1) { in xfs_rtallocate_extent_block()
321 error = xfs_rtallocate_range(mp, tp, besti, bestlen, rbpp, rsb); in xfs_rtallocate_extent_block()
326 *rtblock = besti; in xfs_rtallocate_extent_block()
/fs/xfs/libxfs/
Dxfs_alloc.c1054 int besti=0; in xfs_alloc_ag_vextent_near() local
1114 besti = cnt_cur->bc_ptrs[0]; in xfs_alloc_ag_vextent_near()
1126 cnt_cur->bc_ptrs[0] = besti; in xfs_alloc_ag_vextent_near()