Lines Matching refs:nfbno1
579 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees() local
593 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
597 nfbno1 != fbno || in xfs_alloc_fixup_trees()
616 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
620 nfbno1 != fbno || in xfs_alloc_fixup_trees()
658 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
660 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
664 nfbno1 = fbno; in xfs_alloc_fixup_trees()
668 nfbno1 = fbno; in xfs_alloc_fixup_trees()
689 if (nfbno1 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
690 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) in xfs_alloc_fixup_trees()
720 if (nfbno1 == NULLAGBLOCK) { in xfs_alloc_fixup_trees()
734 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees()