Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc.c336 xfs_extlen_t wantlen, /* target length */ in xfs_alloc_compute_diff() argument
351 ASSERT(freelen >= wantlen); in xfs_alloc_compute_diff()
353 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
370 newlen1 = XFS_EXTLEN_MIN(wantlen, freeend - newbno1); in xfs_alloc_compute_diff()
374 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2); in xfs_alloc_compute_diff()
386 newbno1 = roundup(freeend - wantlen, alignment); in xfs_alloc_compute_diff()
387 if (newbno1 > freeend - wantlen && in xfs_alloc_compute_diff()
393 newbno1 = freeend - wantlen; in xfs_alloc_compute_diff()