Home
last modified time | relevance | path

Searched refs:xchk_rtbitmap (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c43 struct xchk_rtbitmap *rtb) in xrep_setup_rtbitmap()
101 struct xchk_rtbitmap *rtb, in xfbmp_load()
122 struct xchk_rtbitmap *rtb, in xfbmp_store()
138 struct xchk_rtbitmap *rtb, in xfbmp_copyin()
149 struct xchk_rtbitmap *rtb, in xfbmp_copyout()
161 struct xchk_rtbitmap *rtb, in xrep_rtbitmap_or()
183 struct xchk_rtbitmap *rtb, in xrep_rtbitmap_mark_free()
305 struct xchk_rtbitmap *rtb = priv; in xrep_rtbitmap_walk_rtrmap()
328 struct xchk_rtbitmap *rtb) in xrep_rtbitmap_find_freespace()
367 struct xchk_rtbitmap *rtb = data; in xrep_rtbitmap_prep_buf()
[all …]
H A Drtbitmap.c37 struct xchk_rtbitmap *rtb; in xchk_setup_rtbitmap()
95 struct xchk_rtbitmap *rtb, in xchk_rtbitmap_xref()
125 struct xchk_rtbitmap *rtb = priv; in xchk_rtbitmap_rec()
190 xchk_rtbitmap( in xchk_rtbitmap() function
196 struct xchk_rtbitmap *rtb = sc->buf; in xchk_rtbitmap()
H A Drtbitmap.h23 struct xchk_rtbitmap { struct
54 int xrep_setup_rtbitmap(struct xfs_scrub *sc, struct xchk_rtbitmap *rtb); argument
H A Dscrub.h284 int xchk_rtbitmap(struct xfs_scrub *sc);
290 # define xchk_rtbitmap xchk_nothing macro
H A Dscrub.c403 .scrub = xchk_rtbitmap,