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.c410 xfs_agblock_t nbno; in xrep_refc_find_refcounts() local
447 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts()
451 ASSERT(nbno > sbno); in xrep_refc_find_refcounts()
457 error = rcbag_remove_ending_at(rcstack, sc->tp, nbno); in xrep_refc_find_refcounts()
467 nbno, &rmap, &have); in xrep_refc_find_refcounts()
473 ASSERT(nbno > cbno); in xrep_refc_find_refcounts()
478 cbno, nbno - cbno, in xrep_refc_find_refcounts()
483 cbno = nbno; in xrep_refc_find_refcounts()
490 sbno = nbno; in xrep_refc_find_refcounts()
494 &nbno); in xrep_refc_find_refcounts()
[all …]
H A Drtrefcount_repair.c443 xfs_rgblock_t nbno; in xrep_rtrefc_find_refcounts() local
489 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_rtrefc_find_refcounts()
493 ASSERT(nbno > sbno); in xrep_rtrefc_find_refcounts()
499 error = rcbag_remove_ending_at(rcstack, sc->tp, nbno); in xrep_rtrefc_find_refcounts()
509 nbno, &rmap, &have); in xrep_rtrefc_find_refcounts()
515 ASSERT(nbno > cbno); in xrep_rtrefc_find_refcounts()
520 cbno, nbno - cbno, in xrep_rtrefc_find_refcounts()
525 cbno = nbno; in xrep_rtrefc_find_refcounts()
532 sbno = nbno; in xrep_rtrefc_find_refcounts()
536 &nbno); in xrep_rtrefc_find_refcounts()
[all …]
/linux/fs/xfs/libxfs/
H 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()