Searched refs:nfbno1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 439 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees() local 452 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 456 nfbno1 != fbno || in xfs_alloc_fixup_trees() 471 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 475 nfbno1 != fbno || in xfs_alloc_fixup_trees() 507 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 509 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees() 513 nfbno1 = fbno; in xfs_alloc_fixup_trees() 517 nfbno1 = fbno; in xfs_alloc_fixup_trees() 532 if (nfbno1 ! in xfs_alloc_fixup_trees() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 484 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees() local 497 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 501 nfbno1 != fbno || in xfs_alloc_fixup_trees() 516 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 520 nfbno1 != fbno || in xfs_alloc_fixup_trees() 552 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees() 554 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees() 558 nfbno1 = fbno; in xfs_alloc_fixup_trees() 562 nfbno1 = fbno; in xfs_alloc_fixup_trees() 577 if (nfbno1 ! in xfs_alloc_fixup_trees() [all...] |
Completed in 4 milliseconds