Searched defs:scrub_ctx (Results 1 – 2 of 2) sorted by relevance
185 struct scrub_ctx { struct186 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];187 struct scrub_stripe *raid56_data_stripes;188 struct btrfs_fs_info *fs_info;189 struct btrfs_path extent_path;190 struct btrfs_path csum_path;191 int first_free;192 int cur_stripe;193 atomic_t cancel_req;194 int readonly;[all …]
154 struct scrub_ctx *scrub_ctx; member