Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.c333 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff() local
338 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
346 if (freebno >= wantbno || (userdata && freeend < wantend)) { in xfs_alloc_compute_diff()
349 } else if (freeend >= wantend && alignment > 1) { in xfs_alloc_compute_diff()
368 } else if (freeend >= wantend) { in xfs_alloc_compute_diff()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c378 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff() local
383 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
391 if (freebno >= wantbno || (userdata && freeend < wantend)) { in xfs_alloc_compute_diff()
394 } else if (freeend >= wantend && alignment > 1) { in xfs_alloc_compute_diff()
413 } else if (freeend >= wantend) { in xfs_alloc_compute_diff()

Completed in 9 milliseconds