Home
last modified time | relevance | path

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

/fs/btrfs/
A Draid56.h98 wait_queue_head_t io_wait; member
A Draid56.c1037 init_waitqueue_head(&rbio->io_wait); in alloc_rbio()
1624 wake_up(&rbio->io_wait); in raid_wait_read_end_io()
1645 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in submit_read_wait_bio_list()
2299 wake_up(&rbio->io_wait); in raid_wait_write_end_io()
2412 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in rmw_rbio()
2835 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in scrub_rbio()
A Dscrub.c162 wait_queue_head_t io_wait; member
365 init_waitqueue_head(&stripe->io_wait); in init_scrub_stripe()
392 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0); in wait_scrub_stripe_io()
903 wake_up(&stripe->io_wait); in scrub_repair_read_endio()
1245 wake_up(&stripe->io_wait); in scrub_read_endio()
1277 wake_up(&stripe->io_wait); in scrub_write_endio()
1851 wake_up(&stripe->io_wait); in scrub_submit_extent_sector_read()

Completed in 15 milliseconds