Searched refs:bios_in_flight (Results 1 – 1 of 1) sorted by relevance
177 atomic_t bios_in_flight; member311 atomic_inc(&sctx->bios_in_flight); in scrub_pending_bio_inc()316 atomic_dec(&sctx->bios_in_flight); in scrub_pending_bio_dec()494 atomic_set(&sctx->bios_in_flight, 0); in scrub_setup_ctx()3158 atomic_read(&sctx->bios_in_flight) == 0); in scrub_stripe()3214 atomic_read(&sctx->bios_in_flight) == 0); in scrub_stripe()3627 atomic_read(&sctx->bios_in_flight) == 0); in scrub_enumerate_chunks()3722 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in scrub_supers()3914 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in btrfs_scrub_dev()