Lines Matching defs:scrub_ctx
194 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;
206 ktime_t throttle_deadline;
207 u64 throttle_sent;
209 int is_dev_replace;
210 u64 write_pointer;
212 struct mutex wr_lock;
213 struct btrfs_device *wr_tgtdev;
218 struct btrfs_scrub_progress stat;
219 spinlock_t stat_lock;
228 refcount_t refs;