Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c154 struct scrub_ctx { struct
155 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 …]
Dvolumes.h124 struct scrub_ctx *scrub_ctx; member