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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c686 xfs_extlen_t ltlen; /* length of left side entry */ local
703 ltlen = 0;
716 &ltlen, &i)))
718 if (i == 0 || ltlen == 0) {
751 if (ltlen || args->alignment > 1) {
755 &ltlen, &i)))
758 if (ltlen >= args->minlen)
763 ASSERT(ltlen >= args->minlen);
775 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
778 xfs_alloc_compute_aligned(ltbno, ltlen, arg
1452 xfs_extlen_t ltlen; /* length of left neighbor block */ local
[all...]

Completed in 68 milliseconds