Lines Matching defs:sc
56 static inline int xchk_setup_nothing(struct xfs_scrub *sc) in xchk_setup_nothing()
89 xchk_ino_dqattach(struct xfs_scrub *sc) in xchk_ino_dqattach()
111 struct xfs_scrub *sc, in xchk_ag_init_existing()
155 xchk_iget_safe(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp) in xchk_iget_safe()
197 static inline bool xchk_could_repair(const struct xfs_scrub *sc) in xchk_could_repair()
203 # define xchk_needs_repair(sc) (false) argument
204 # define xchk_could_repair(sc) (false) argument
213 #define xchk_xfile_descr(sc, fmt, ...) \ argument
216 #define xchk_xfile_ag_descr(sc, fmt, ...) \ argument
221 #define xchk_xfile_ino_descr(sc, fmt, ...) \ argument
234 static inline bool xchk_need_intent_drain(struct xfs_scrub *sc) in xchk_need_intent_drain()