Searched refs:xchk_rtbitmap (Results 1 – 5 of 5) sorted by relevance
9 struct xchk_rtbitmap { struct17 int xrep_setup_rtbitmap(struct xfs_scrub *sc, struct xchk_rtbitmap *rtb); argument
30 struct xchk_rtbitmap *rtb; in xchk_setup_rtbitmap()33 rtb = kzalloc(sizeof(struct xchk_rtbitmap), XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()139 xchk_rtbitmap( in xchk_rtbitmap() function143 struct xchk_rtbitmap *rtb = sc->buf; in xchk_rtbitmap()
30 struct xchk_rtbitmap *rtb) in xrep_setup_rtbitmap()127 struct xchk_rtbitmap *rtb) in xrep_rtbitmap_geometry()161 struct xchk_rtbitmap *rtb = sc->buf; in xrep_rtbitmap()
259 int xchk_rtbitmap(struct xfs_scrub *sc);262 # define xchk_rtbitmap xchk_nothing macro
387 .scrub = xchk_rtbitmap,
Completed in 8 milliseconds