Searched defs:xfs_scrub (Results 1 – 2 of 2) sorted by relevance
62 struct xfs_scrub { struct65 struct xfs_scrub_metadata *sm; argument66 const struct xchk_meta_ops *ops;67 struct xfs_trans *tp;70 struct file *file;78 struct xfs_inode *ip;81 void *buf;89 void (*buf_cleanup)(void *buf);92 struct xfile *xfile;95 uint ilock_flags;[all …]
56 struct xfs_scrub { struct59 struct xfs_scrub_metadata *sm; argument60 const struct xchk_meta_ops *ops;61 struct xfs_trans *tp;62 struct xfs_inode *ip;63 void *buf;87 int xchk_tester(struct xfs_scrub *sc); argument