D | refcount_repair.c | 379 bool *have) in xrep_refc_push_rmaps_at() argument 385 while (*have && rmap->rm_startblock == bno) { in xrep_refc_push_rmaps_at() 390 error = xrep_refc_walk_rmaps(rr, rmap, have); in xrep_refc_push_rmaps_at() 417 bool have; in xrep_refc_find_refcounts() local 441 error = xrep_refc_walk_rmaps(rr, &rmap, &have); in xrep_refc_find_refcounts() 444 if (!have) in xrep_refc_find_refcounts() 448 &have); in xrep_refc_find_refcounts() 453 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts() 468 error = xrep_refc_walk_rmaps(rr, &rmap, &have); in xrep_refc_find_refcounts() 471 if (have) { in xrep_refc_find_refcounts() [all …]
|