Home
last modified time | relevance | path

Searched refs:rcbag_next_edge (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Drcbag.h20 int rcbag_next_edge(struct rcbag *bag, struct xfs_trans *tp,
H A Drefcount_repair.c453 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts()
499 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, in xrep_refc_find_refcounts()
H A Drtrefcount_repair.c495 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_rtrefc_find_refcounts()
541 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, in xrep_rtrefc_find_refcounts()
H A Drcbag.c147 rcbag_next_edge( in rcbag_next_edge() function