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