Lines Matching defs:nfbno1
484 xfs_agblock_t nfbno1; /* first new free startblock */
497 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
501 nfbno1 != fbno ||
516 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
520 nfbno1 != fbno ||
552 nfbno1 = nfbno2 = NULLAGBLOCK;
554 nfbno1 = rbno + rlen;
558 nfbno1 = fbno;
562 nfbno1 = fbno;
577 if (nfbno1 != NULLAGBLOCK) {
578 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
600 if (nfbno1 == NULLAGBLOCK) {
612 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1)))