Searched refs:nfbno1 (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.c318 xfs_agblock_t nfbno1; /* first new free startblock */ local
328 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
331 i == 1 && nfbno1 == fbno && nflen1 == flen);
343 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
346 i == 1 && nfbno1 == fbno && nflen1 == flen);
373 nfbno1 = nfbno2 = NULLAGBLOCK;
375 nfbno1 = rbno + rlen;
379 nfbno1 = fbno;
383 nfbno1 = fbno;
397 if (nfbno1 !
[all...]

Completed in 51 milliseconds