Home
last modified time | relevance | path

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

/fs/xfs/scrub/
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 …]
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 …]
/fs/xfs/libxfs/
A Dxfs_alloc.c2054 xfs_agblock_t nbno; /* new starting block of freesp */ in xfs_free_ag_extent() local
2234 nbno = ltbno; in xfs_free_ag_extent()
2236 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent()
2272 nbno = ltbno; in xfs_free_ag_extent()
2274 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent()
2303 nbno = bno; in xfs_free_ag_extent()
2305 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent()
2313 nbno = bno; in xfs_free_ag_extent()
2333 if ((error = xfs_alloc_lookup_eq(cnt_cur, nbno, nlen, &i))) in xfs_free_ag_extent()

Completed in 14 milliseconds