Lines Matching defs:nfbno1
439 xfs_agblock_t nfbno1; /* first new free startblock */
452 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
456 nfbno1 != fbno ||
471 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
475 nfbno1 != fbno ||
507 nfbno1 = nfbno2 = NULLAGBLOCK;
509 nfbno1 = rbno + rlen;
513 nfbno1 = fbno;
517 nfbno1 = fbno;
532 if (nfbno1 != NULLAGBLOCK) {
533 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
555 if (nfbno1 == NULLAGBLOCK) {
567 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1)))