Lines Matching defs:scrub_ctx
159 struct scrub_ctx { struct
160 struct scrub_bio *bios[SCRUB_BIOS_PER_SCTX];
161 struct btrfs_fs_info *fs_info;
162 int first_free;
163 int curr;
164 atomic_t bios_in_flight;
165 atomic_t workers_pending;
166 spinlock_t list_lock;
167 wait_queue_head_t list_wait;
168 struct list_head csum_list;
169 atomic_t cancel_req;
170 int readonly;
171 int sectors_per_bio;
174 ktime_t throttle_deadline;
175 u64 throttle_sent;
177 int is_dev_replace;
178 u64 write_pointer;
180 struct scrub_bio *wr_curr_bio;
181 struct mutex wr_lock;
182 struct btrfs_device *wr_tgtdev;
183 bool flush_all_writes;
188 struct btrfs_scrub_progress stat;
189 spinlock_t stat_lock;
198 refcount_t refs;