Lines Matching refs:nfbno1
277 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees() local
287 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
290 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
302 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
305 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
332 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
334 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
338 nfbno1 = fbno; in xfs_alloc_fixup_trees()
342 nfbno1 = fbno; in xfs_alloc_fixup_trees()
356 if (nfbno1 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
357 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) in xfs_alloc_fixup_trees()
375 if (nfbno1 == NULLAGBLOCK) { in xfs_alloc_fixup_trees()
386 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees()