Searched refs:newbno1 (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.c191 xfs_agblock_t newbno1; /* return block number */ local
193 xfs_extlen_t newlen1=0; /* length with newbno1 */
201 if ((newbno1 = roundup(freebno, alignment)) >= freeend)
202 newbno1 = NULLAGBLOCK;
204 newbno1 = roundup(wantbno, alignment);
205 newbno2 = newbno1 - alignment;
206 if (newbno1 >= freeend)
207 newbno1 = NULLAGBLOCK;
209 newlen1 = XFS_EXTLEN_MIN(wantlen, freeend - newbno1);
214 if (newbno1 !
[all...]

Completed in 63 milliseconds