Searched refs:nfbno2 (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.c264 xfs_agblock_t nfbno2; /* second new free startblock */ local
319 nfbno1 = nfbno2 = NULLAGBLOCK;
323 nfbno2 = NULLAGBLOCK;
327 nfbno2 = NULLAGBLOCK;
331 nfbno2 = rbno + rlen;
332 nflen2 = (fbno + flen) - nfbno2;
351 if (nfbno2 != NULLAGBLOCK) {
352 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i)))
376 if (nfbno2 != NULLAGBLOCK) {
380 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen
[all...]

Completed in 52 milliseconds