Searched refs:newbno1 (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.c136 xfs_agblock_t newbno1; /* return block number */ local
138 xfs_extlen_t newlen1=0; /* length with newbno1 */
146 if ((newbno1 = roundup(freebno, alignment)) >= freeend)
147 newbno1 = NULLAGBLOCK;
149 newbno1 = roundup(wantbno, alignment);
150 newbno2 = newbno1 - alignment;
151 if (newbno1 >= freeend)
152 newbno1 = NULLAGBLOCK;
154 newlen1 = XFS_EXTLEN_MIN(wantlen, freeend - newbno1);
159 if (newbno1 !
[all...]

Completed in 92 milliseconds