Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c316 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees() local
329 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
332 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
344 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
347 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
374 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
376 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
380 nfbno1 = fbno; in xfs_alloc_fixup_trees()
384 nfbno1 = fbno; in xfs_alloc_fixup_trees()
398 if (nfbno1 != NULLAGBLOCK) { in xfs_alloc_fixup_trees()
[all …]