Searched refs:rcstack (Results 1 – 2 of 2) sorted by relevance
| /fs/xfs/scrub/ |
| A D | refcount_repair.c | 376 struct rcbag *rcstack, in xrep_refc_push_rmaps_at() argument 386 error = rcbag_add(rcstack, rr->sc->tp, rmap); in xrep_refc_push_rmaps_at() 412 struct rcbag *rcstack; in xrep_refc_find_refcounts() local 427 error = rcbag_init(sc->mp, sc->xmbtp, &rcstack); in xrep_refc_find_refcounts() 458 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts() 461 while (rcbag_count(rcstack) > 0) { in xrep_refc_find_refcounts() 472 error = xrep_refc_push_rmaps_at(rr, rcstack, in xrep_refc_find_refcounts() 493 if (rcbag_count(rcstack) == 0) in xrep_refc_find_refcounts() 495 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts() 508 ASSERT(rcbag_count(rcstack) == 0); in xrep_refc_find_refcounts() [all …]
|
| A D | rtrefcount_repair.c | 390 struct rcbag *rcstack, in xrep_rtrefc_push_rmaps_at() argument 400 error = rcbag_add(rcstack, rr->sc->tp, rmap); in xrep_rtrefc_push_rmaps_at() 444 struct rcbag *rcstack; in xrep_rtrefc_find_refcounts() local 469 error = rcbag_init(sc->mp, sc->xmbtp, &rcstack); in xrep_rtrefc_find_refcounts() 500 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts() 503 while (rcbag_count(rcstack) > 0) { in xrep_rtrefc_find_refcounts() 514 error = xrep_rtrefc_push_rmaps_at(rr, rcstack, in xrep_rtrefc_find_refcounts() 535 if (rcbag_count(rcstack) == 0) in xrep_rtrefc_find_refcounts() 537 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts() 550 ASSERT(rcbag_count(rcstack) == 0); in xrep_rtrefc_find_refcounts() [all …]
|
Completed in 8 milliseconds