Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc.c348 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff() local
353 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
361 if (freebno >= wantbno || (userdata && freeend < wantend)) { in xfs_alloc_compute_diff()
364 } else if (freeend >= wantend && alignment > 1) { in xfs_alloc_compute_diff()
383 } else if (freeend >= wantend) { in xfs_alloc_compute_diff()