Lines Matching refs:have
393 bool *have) in xrep_rtrefc_push_rmaps_at() argument
399 while (*have && rmap->rm_startblock == bno) { in xrep_rtrefc_push_rmaps_at()
404 error = xrep_rtrefc_walk_rmaps(rr, rmap, have); in xrep_rtrefc_push_rmaps_at()
450 bool have; in xrep_rtrefc_find_refcounts() local
483 error = xrep_rtrefc_walk_rmaps(rr, &rmap, &have); in xrep_rtrefc_find_refcounts()
486 if (!have) in xrep_rtrefc_find_refcounts()
490 &have); in xrep_rtrefc_find_refcounts()
495 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_rtrefc_find_refcounts()
510 error = xrep_rtrefc_walk_rmaps(rr, &rmap, &have); in xrep_rtrefc_find_refcounts()
513 if (have) { in xrep_rtrefc_find_refcounts()
515 nbno, &rmap, &have); in xrep_rtrefc_find_refcounts()
541 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, in xrep_rtrefc_find_refcounts()