Lines Matching defs:xfs_scrub
70 struct xfs_scrub { struct
73 struct xfs_scrub_metadata *sm; argument
74 const struct xchk_meta_ops *ops;
75 struct xfs_trans *tp;
78 struct file *file;
86 struct xfs_inode *ip;
89 void *buf;
97 void (*buf_cleanup)(void *buf);
100 struct xfile *xfile;
103 uint ilock_flags;
106 unsigned int flags;
136 int xchk_tester(struct xfs_scrub *sc); argument