Home
last modified time | relevance | path

Searched refs:xmbtp (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/scrub/
H A Dscrub.c214 if (sub->sc.xmbtp) in xchk_scrub_free_subord()
215 xmbuf_free(sub->sc.xmbtp); in xchk_scrub_free_subord()
254 if (sc->xmbtp) { in xchk_teardown()
255 xmbuf_free(sc->xmbtp); in xchk_teardown()
256 sc->xmbtp = NULL; in xchk_teardown()
649 sub->sc.xmbtp = NULL; in xchk_scrub_create_subord()
H A Dscrub.h168 struct xfs_buftarg *xmbtp; member
H A Drefcount_repair.c427 error = rcbag_init(sc->mp, sc->xmbtp, &rcstack); in xrep_refc_find_refcounts()
H A Drtrefcount_repair.c469 error = rcbag_init(sc->mp, sc->xmbtp, &rcstack); in xrep_rtrefc_find_refcounts()
H A Drtrmap_repair.c896 error = xfs_rtrmapbt_mem_init(sc->mp, &rr->rtrmap_btree, sc->xmbtp, in xrep_rtrmap_setup_scan()
H A Drepair.c1268 return xmbuf_alloc(sc->mp, descr, &sc->xmbtp); in xrep_setup_xfbtree()
H A Drmap_repair.c1661 error = xfs_rmapbt_mem_init(sc->mp, &rr->rmap_btree, sc->xmbtp, in xrep_rmap_setup_scan()