Lines Matching defs:sc
16 struct xfs_scrub *sc, in xchk_should_terminate()
95 xchk_setup_rtbitmap(struct xfs_scrub *sc) in xchk_setup_rtbitmap()
100 xchk_setup_rtsummary(struct xfs_scrub *sc) in xchk_setup_rtsummary()
110 xchk_ino_dqattach(struct xfs_scrub *sc) in xchk_ino_dqattach()
115 xchk_setup_quota(struct xfs_scrub *sc) in xchk_setup_quota()
133 struct xfs_scrub *sc, in xchk_ag_init_existing()
177 xchk_iget_safe(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp) in xchk_iget_safe()
218 static inline bool xchk_could_repair(const struct xfs_scrub *sc) in xchk_could_repair()
224 # define xchk_needs_repair(sc) (false) argument
225 # define xchk_could_repair(sc) (false) argument
234 #define xchk_xfile_descr(sc, fmt, ...) \ argument
237 #define xchk_xfile_ag_descr(sc, fmt, ...) \ argument
242 #define xchk_xfile_ino_descr(sc, fmt, ...) \ argument
255 static inline bool xchk_need_intent_drain(struct xfs_scrub *sc) in xchk_need_intent_drain()