Searched refs:nfbno2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 440 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees() local 507 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 511 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 515 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 519 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees() 520 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees() 542 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees() 543 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees() 570 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees() 574 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen in xfs_alloc_fixup_trees() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 485 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees() local 552 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 556 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 560 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 564 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees() 565 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees() 587 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees() 588 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees() 615 if (nfbno2 != NULLAGBLOCK) { in xfs_alloc_fixup_trees() 619 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen in xfs_alloc_fixup_trees() [all...] |
Completed in 6 milliseconds