Home
last modified time | relevance | path

Searched refs:xchk_rt (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/scrub/
H A Dcommon.h138 struct xchk_rt *sr);
144 struct xchk_rt *sr) in xchk_rtgroup_init_existing()
151 int xchk_rtgroup_lock(struct xfs_scrub *sc, struct xchk_rt *sr,
153 void xchk_rtgroup_unlock(struct xchk_rt *sr);
154 void xchk_rtgroup_btcur_free(struct xchk_rt *sr);
155 void xchk_rtgroup_free(struct xfs_scrub *sc, struct xchk_rt *sr);
H A Dscrub.h123 struct xchk_rt { struct
204 struct xchk_rt sr;
H A Drepair.h116 struct xchk_rt *sr, unsigned int rtglock_flags);
117 void xrep_rtgroup_btcur_init(struct xfs_scrub *sc, struct xchk_rt *sr);
H A Dcommon.c714 struct xchk_rt *sr) in xchk_rtgroup_init()
729 struct xchk_rt *sr, in xchk_rtgroup_lock()
814 struct xchk_rt *sr) in xchk_rtgroup_btcur_free()
831 struct xchk_rt *sr) in xchk_rtgroup_unlock()
848 struct xchk_rt *sr) in xchk_rtgroup_free()
H A Drepair.c1003 struct xchk_rt *sr) in xrep_rtgroup_btcur_init()
1028 struct xchk_rt *sr, in xrep_rtgroup_init()
H A Drtbitmap_repair.c187 struct xchk_rt *sr = &rtb->sc->sr; in xrep_rtbitmap_mark_free()