Home
last modified time | relevance | path

Searched refs:nfbno2 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c426 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees() local
483 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
487 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
491 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
495 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
496 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees()
515 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
516 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
540 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
544 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()