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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.c137 xfs_agblock_t newbno2; /* other new block number */ local
139 xfs_extlen_t newlen2=0; /* length with newbno2 */
150 newbno2 = newbno1 - alignment;
155 if (newbno2 < freebno)
156 newbno2 = NULLAGBLOCK;
158 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2);
159 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) {
163 XFS_ABSDIFF(newbno2, wantbno)))
164 newbno1 = newbno2;
165 } else if (newbno2 !
[all...]

Completed in 80 milliseconds