Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c365 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff() argument
383 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
391 if (freebno >= wantbno || (userdata && freeend < wantend)) { in xfs_alloc_compute_diff()
395 newbno1 = roundup(wantbno, alignment); in xfs_alloc_compute_diff()
408 XFS_ABSDIFF(newbno1, wantbno) > in xfs_alloc_compute_diff()
409 XFS_ABSDIFF(newbno2, wantbno))) in xfs_alloc_compute_diff()
414 newbno1 = wantbno; in xfs_alloc_compute_diff()
425 return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno); in xfs_alloc_compute_diff()