Searched refs:newbno2 (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.c192 xfs_agblock_t newbno2; /* other new block number */ local
194 xfs_extlen_t newlen2=0; /* length with newbno2 */
205 newbno2 = newbno1 - alignment;
210 if (newbno2 < freebno)
211 newbno2 = NULLAGBLOCK;
213 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2);
214 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) {
218 XFS_ABSDIFF(newbno2, wantbno)))
219 newbno1 = newbno2;
220 } else if (newbno2 !
[all...]

Completed in 97 milliseconds