Searched defs:scrub_ctx (Results 1 – 3 of 3) sorted by relevance
193 struct scrub_ctx { struct194 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];195 struct scrub_stripe *raid56_data_stripes;196 struct btrfs_fs_info *fs_info;197 struct btrfs_path extent_path;198 struct btrfs_path csum_path;199 int first_free;200 int cur_stripe;201 atomic_t cancel_req;202 int readonly;[all …]
192 struct scrub_ctx *scrub_ctx; member
160 struct edac_scrub_context *scrub_ctx; in scrub_create_desc() local