Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c151 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff() local
164 newbno2 = newbno1 - alignment; in xfs_alloc_compute_diff()
169 if (newbno2 < freebno) in xfs_alloc_compute_diff()
170 newbno2 = NULLAGBLOCK; in xfs_alloc_compute_diff()
172 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2); in xfs_alloc_compute_diff()
173 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) { in xfs_alloc_compute_diff()
177 XFS_ABSDIFF(newbno2, wantbno))) in xfs_alloc_compute_diff()
178 newbno1 = newbno2; in xfs_alloc_compute_diff()
179 } else if (newbno2 != NULLAGBLOCK) in xfs_alloc_compute_diff()
180 newbno1 = newbno2; in xfs_alloc_compute_diff()