Lines Matching defs:scrub_ctx
185 struct scrub_ctx { struct
186 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;
195 int sectors_per_bio;
198 ktime_t throttle_deadline;
199 u64 throttle_sent;
201 int is_dev_replace;
202 u64 write_pointer;
204 struct mutex wr_lock;
205 struct btrfs_device *wr_tgtdev;
210 struct btrfs_scrub_progress stat;
211 spinlock_t stat_lock;
220 refcount_t refs;