Searched refs:nfbno2 (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.c319 xfs_agblock_t nfbno2; /* second new free startblock */ local
373 nfbno1 = nfbno2 = NULLAGBLOCK;
377 nfbno2 = NULLAGBLOCK;
381 nfbno2 = NULLAGBLOCK;
385 nfbno2 = rbno + rlen;
386 nflen2 = (fbno + flen) - nfbno2;
405 if (nfbno2 != NULLAGBLOCK) {
406 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i)))
430 if (nfbno2 != NULLAGBLOCK) {
434 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen
[all...]

Completed in 27 milliseconds