Searched defs:scrub_ctx (Results 1 – 2 of 2) sorted by relevance
159 struct scrub_ctx { struct160 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;[all …]
163 struct scrub_ctx *scrub_ctx; member