Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c579 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees() local
657 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
661 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
665 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
669 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
670 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees()
702 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
703 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
736 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
740 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()