Searched refs:xmbtp (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | scrub.c | 214 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 D | scrub.h | 168 struct xfs_buftarg *xmbtp; member
|
| H A D | refcount_repair.c | 427 error = rcbag_init(sc->mp, sc->xmbtp, &rcstack); in xrep_refc_find_refcounts()
|
| H A D | rtrefcount_repair.c | 469 error = rcbag_init(sc->mp, sc->xmbtp, &rcstack); in xrep_rtrefc_find_refcounts()
|
| H A D | rtrmap_repair.c | 896 error = xfs_rtrmapbt_mem_init(sc->mp, &rr->rtrmap_btree, sc->xmbtp, in xrep_rtrmap_setup_scan()
|
| H A D | repair.c | 1268 return xmbuf_alloc(sc->mp, descr, &sc->xmbtp); in xrep_setup_xfbtree()
|
| H A D | rmap_repair.c | 1661 error = xfs_rmapbt_mem_init(sc->mp, &rr->rmap_btree, sc->xmbtp, in xrep_rmap_setup_scan()
|