Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount_repair.c416 xfs_agblock_t nbno; in xrep_refc_find_refcounts() local
453 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts()
457 ASSERT(nbno > sbno); in xrep_refc_find_refcounts()
463 error = rcbag_remove_ending_at(rcstack, sc->tp, nbno); in xrep_refc_find_refcounts()
473 nbno, &rmap, &have); in xrep_refc_find_refcounts()
479 ASSERT(nbno > cbno); in xrep_refc_find_refcounts()
484 cbno, nbno - cbno, in xrep_refc_find_refcounts()
489 cbno = nbno; in xrep_refc_find_refcounts()
496 sbno = nbno; in xrep_refc_find_refcounts()
500 &nbno); in xrep_refc_find_refcounts()
[all …]
H A Drtrefcount_repair.c449 xfs_rgblock_t nbno; in xrep_rtrefc_find_refcounts() local
495 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_rtrefc_find_refcounts()
499 ASSERT(nbno > sbno); in xrep_rtrefc_find_refcounts()
505 error = rcbag_remove_ending_at(rcstack, sc->tp, nbno); in xrep_rtrefc_find_refcounts()
515 nbno, &rmap, &have); in xrep_rtrefc_find_refcounts()
521 ASSERT(nbno > cbno); in xrep_rtrefc_find_refcounts()
526 cbno, nbno - cbno, in xrep_rtrefc_find_refcounts()
531 cbno = nbno; in xrep_rtrefc_find_refcounts()
538 sbno = nbno; in xrep_rtrefc_find_refcounts()
542 &nbno); in xrep_rtrefc_find_refcounts()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c2056 xfs_agblock_t nbno; /* new starting block of freesp */ in xfs_free_ag_extent() local
2236 nbno = ltbno; in xfs_free_ag_extent()
2238 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent()
2274 nbno = ltbno; in xfs_free_ag_extent()
2276 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent()
2305 nbno = bno; in xfs_free_ag_extent()
2307 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent()
2315 nbno = bno; in xfs_free_ag_extent()
2335 if ((error = xfs_alloc_lookup_eq(cnt_cur, nbno, nlen, &i))) in xfs_free_ag_extent()