Searched refs:wantbno (Results 1 – 1 of 1) sorted by relevance
142 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff() argument158 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()159 if (freebno >= wantbno) { in xfs_alloc_compute_diff()163 newbno1 = roundup(wantbno, alignment); in xfs_alloc_compute_diff()176 XFS_ABSDIFF(newbno1, wantbno) > in xfs_alloc_compute_diff()177 XFS_ABSDIFF(newbno2, wantbno))) in xfs_alloc_compute_diff()182 newbno1 = wantbno; in xfs_alloc_compute_diff()193 return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno); in xfs_alloc_compute_diff()