Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c113 xfs_extlen_t foundlen, /* length in found extent */ in xfs_alloc_compute_aligned() argument
123 if (alignment > 1 && foundlen >= minlen) { in xfs_alloc_compute_aligned()
126 len = diff >= foundlen ? 0 : foundlen - diff; in xfs_alloc_compute_aligned()
129 len = foundlen; in xfs_alloc_compute_aligned()