Searched refs:nfbno1 (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.c263 xfs_agblock_t nfbno1; /* first new free startblock */ local
273 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
276 i == 1 && nfbno1 == fbno && nflen1 == flen);
288 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
291 i == 1 && nfbno1 == fbno && nflen1 == flen);
319 nfbno1 = nfbno2 = NULLAGBLOCK;
321 nfbno1 = rbno + rlen;
325 nfbno1 = fbno;
329 nfbno1 = fbno;
343 if (nfbno1 !
[all...]

Completed in 219 milliseconds