Searched defs:scrub_ctx (Results 1 – 3 of 3) sorted by relevance
194 struct scrub_ctx { struct195 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 …]
186 struct scrub_ctx *scrub_ctx; member
160 struct edac_scrub_context *scrub_ctx; in scrub_create_desc() local