Searched defs:scrub_ctx (Results 1 – 2 of 2) sorted by relevance
152 struct scrub_ctx { struct153 struct scrub_bio *bios[SCRUB_BIOS_PER_SCTX];154 struct btrfs_fs_info *fs_info;155 int first_free;156 int curr;157 atomic_t bios_in_flight;158 atomic_t workers_pending;159 spinlock_t list_lock;160 wait_queue_head_t list_wait;161 u16 csum_size;[all …]
123 struct scrub_ctx *scrub_ctx; member