Searched refs:nflen2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 442 xfs_extlen_t nflen2=0; /* second new free length */ in xfs_alloc_fixup_trees() local 520 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees() 543 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees() 574 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 487 xfs_extlen_t nflen2=0; /* second new free length */ in xfs_alloc_fixup_trees() local 565 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees() 588 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees() 619 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
|
Completed in 9 milliseconds