Searched refs:start_async_work (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | raid56.c | 183 static void start_async_work(struct btrfs_raid_bio *rbio, work_func_t work_func) in start_async_work() function 926 start_async_work(next, recover_rbio_work_locked); in unlock_stripe() 929 start_async_work(next, rmw_rbio_work_locked); in unlock_stripe() 932 start_async_work(next, scrub_rbio_work_locked); in unlock_stripe() 1815 start_async_work(cur, rmw_rbio_work); in raid_unplug() 1824 start_async_work(last, rmw_rbio_work); in raid_unplug() 1829 start_async_work(last, rmw_rbio_work); in raid_unplug() 1901 start_async_work(rbio, rmw_rbio_work); in raid56_parity_write() 2294 start_async_work(rbio, recover_rbio_work); in raid56_parity_recover() 3012 start_async_work(rbio, scrub_rbio_work_locked); in raid56_parity_submit_scrub_rbio()
|