Searched refs:ltnew (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.c688 xfs_agblock_t ltnew; /* useful start bno of left side */ local
788 args->alignment, ltbno, ltlen, &ltnew);
789 if (ltnew != NULLAGBLOCK &&
792 bnew = ltnew;
943 args->alignment, ltbno, ltlen, &ltnew);
1080 ltbno, ltlen, &ltnew);
1162 ltlen, &ltnew);
1163 ASSERT(ltnew >= ltbno);
1164 ASSERT(ltnew + rlen <= ltbno + ltlen);
1165 ASSERT(ltnew
[all...]

Completed in 60 milliseconds