Lines Matching defs:nfbno2
440 xfs_agblock_t nfbno2; /* second new free startblock */
507 nfbno1 = nfbno2 = NULLAGBLOCK;
511 nfbno2 = NULLAGBLOCK;
515 nfbno2 = NULLAGBLOCK;
519 nfbno2 = rbno + rlen;
520 nflen2 = (fbno + flen) - nfbno2;
542 if (nfbno2 != NULLAGBLOCK) {
543 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i)))
570 if (nfbno2 != NULLAGBLOCK) {
574 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i)))