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