Searched refs:foundlen (Results 1 – 1 of 1) sorted by relevance
113 xfs_extlen_t foundlen, /* length in found extent */ in xfs_alloc_compute_aligned() argument123 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()