Lines Matching defs:sc
58 static inline int xchk_setup_nothing(struct xfs_scrub *sc) in xchk_setup_nothing()
99 xchk_ino_dqattach(struct xfs_scrub *sc) in xchk_ino_dqattach()
121 struct xfs_scrub *sc, in xchk_ag_init_existing()
142 struct xfs_scrub *sc, in xchk_rtgroup_init_existing()
157 # define xchk_rtgroup_init(sc, rgno, sr) (-EFSCORRUPTED) argument
158 # define xchk_rtgroup_init_existing(sc, rgno, sr) (-EFSCORRUPTED) argument
159 # define xchk_rtgroup_lock(sc, sr, lockflags) (-EFSCORRUPTED) argument
162 # define xchk_rtgroup_free(sc, sr) do { } while (0) argument
200 xchk_iget_safe(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp) in xchk_iget_safe()
241 static inline bool xchk_could_repair(const struct xfs_scrub *sc) in xchk_could_repair()
253 #define xchk_xfile_descr(sc, fmt, ...) \ argument
256 #define xchk_xfile_ag_descr(sc, fmt, ...) \ argument
262 #define xchk_xfile_ino_descr(sc, fmt, ...) \ argument
267 #define xchk_xfile_rtgroup_descr(sc, fmt, ...) \ argument
281 static inline bool xchk_need_intent_drain(struct xfs_scrub *sc) in xchk_need_intent_drain()