Lines Matching defs:scrub_ctx
171 struct scrub_ctx { struct
172 struct scrub_bio *bios[SCRUB_BIOS_PER_SCTX];
173 struct btrfs_root *dev_root;
174 int first_free;
175 int curr;
176 atomic_t bios_in_flight;
177 atomic_t workers_pending;
178 spinlock_t list_lock;
179 wait_queue_head_t list_wait;
180 u16 csum_size;
181 struct list_head csum_list;
182 atomic_t cancel_req;
183 int readonly;
184 int pages_per_rd_bio;
208 struct scrub_ctx *sctx; argument