Home
last modified time | relevance | path

Searched defs:scrub_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dscrub.c171 struct scrub_ctx { struct
172 struct scrub_bio *bios[SCRUB_BIOS_PER_SCTX];
173 struct btrfs_root *dev_root;
174 int first_free;
175 int curr;
176 atomic_t bios_in_flight;
177 atomic_t workers_pending;
178 spinlock_t list_lock;
179 wait_queue_head_t list_wait;
180 u16 csum_size;
[all …]