Home
last modified time | relevance | path

Searched defs:scrub_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dscrub.c194 struct scrub_ctx { struct
195 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];
196 struct scrub_stripe *raid56_data_stripes;
197 struct btrfs_fs_info *fs_info;
198 struct btrfs_path extent_path;
199 struct btrfs_path csum_path;
200 int first_free;
201 int cur_stripe;
202 atomic_t cancel_req;
203 int readonly;
[all …]
H A Dvolumes.h186 struct scrub_ctx *scrub_ctx; member
/linux/drivers/edac/
H A Dscrub.c160 struct edac_scrub_context *scrub_ctx; in scrub_create_desc() local