Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c427 xfs_extlen_t nflen1=0; /* first new free length */ in xfs_alloc_fixup_trees() local
438 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
441 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
453 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
456 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
486 nflen1 = flen - rlen; in xfs_alloc_fixup_trees()
490 nflen1 = flen - rlen; in xfs_alloc_fixup_trees()
494 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
508 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) in xfs_alloc_fixup_trees()
537 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees()