Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc.c312 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff() local
333 newbno2 = newbno1 - alignment; in xfs_alloc_compute_diff()
338 if (newbno2 < freebno) in xfs_alloc_compute_diff()
339 newbno2 = NULLAGBLOCK; in xfs_alloc_compute_diff()
341 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2); in xfs_alloc_compute_diff()
342 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) { in xfs_alloc_compute_diff()
346 XFS_ABSDIFF(newbno2, wantbno))) in xfs_alloc_compute_diff()
347 newbno1 = newbno2; in xfs_alloc_compute_diff()
348 } else if (newbno2 != NULLAGBLOCK) in xfs_alloc_compute_diff()
349 newbno1 = newbno2; in xfs_alloc_compute_diff()