Home
last modified time | relevance | path

Searched refs:bios_in_flight (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/btrfs/
Dscrub.c164 atomic_t bios_in_flight; member
433 atomic_inc(&sctx->bios_in_flight); in scrub_pending_bio_inc()
438 atomic_dec(&sctx->bios_in_flight); in scrub_pending_bio_dec()
772 atomic_set(&sctx->bios_in_flight, 0); in scrub_setup_ctx()
3327 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in sync_replace_for_zoned()
3339 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in sync_write_pointer_for_zoned()
3409 atomic_read(&sctx->bios_in_flight) == 0); in scrub_simple_mirror()
3598 atomic_read(&sctx->bios_in_flight) == 0); in scrub_stripe()
4052 atomic_read(&sctx->bios_in_flight) == 0); in scrub_enumerate_chunks()
4155 wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); in scrub_supers()
[all …]