Home
last modified time | relevance | path

Searched defs:xfs_scrub (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
Dscrub.h69 struct xfs_scrub { struct
72 struct xfs_scrub_metadata *sm; argument
73 const struct xchk_meta_ops *ops;
74 struct xfs_trans *tp;
77 struct file *file;
85 struct xfs_inode *ip;
88 void *buf;
96 void (*buf_cleanup)(void *buf);
99 struct xfile *xfile;
102 uint ilock_flags;
[all …]
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dscrub.h56 struct xfs_scrub { struct
59 struct xfs_scrub_metadata *sm; argument
60 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