Searched refs:nflen1 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc.c | 581 xfs_extlen_t nflen1=0; /* first new free length */ in xfs_alloc_fixup_trees() local 593 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 598 nflen1 != flen)) { in xfs_alloc_fixup_trees() 616 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 621 nflen1 != flen)) { in xfs_alloc_fixup_trees() 661 nflen1 = flen - rlen; in xfs_alloc_fixup_trees() 665 nflen1 = flen - rlen; in xfs_alloc_fixup_trees() 669 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees() 690 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) in xfs_alloc_fixup_trees() 734 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees()
|