Searched defs:scrub_ctx (Results 1 – 1 of 1) sorted by relevance
172 struct scrub_ctx { struct173 struct scrub_bio *bios[SCRUB_BIOS_PER_SCTX];174 struct btrfs_root *dev_root;175 int first_free;176 int curr;177 atomic_t bios_in_flight;178 atomic_t workers_pending;179 spinlock_t list_lock;180 wait_queue_head_t list_wait;181 u16 csum_size;[all …]