Searched defs:scrub_ctx (Results 1 – 2 of 2) sorted by relevance
154 struct scrub_ctx { struct155 struct scrub_bio *bios[SCRUB_BIOS_PER_SCTX];156 struct btrfs_fs_info *fs_info;157 int first_free;158 int curr;159 atomic_t bios_in_flight;160 atomic_t workers_pending;161 spinlock_t list_lock;162 wait_queue_head_t list_wait;163 struct list_head csum_list;[all …]
124 struct scrub_ctx *scrub_ctx; member