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() 1813 start_async_work(cur, rmw_rbio_work); in raid_unplug() 1822 start_async_work(last, rmw_rbio_work); in raid_unplug() 1827 start_async_work(last, rmw_rbio_work); in raid_unplug() 1899 start_async_work(rbio, rmw_rbio_work); in raid56_parity_write() 2292 start_async_work(rbio, recover_rbio_work); in raid56_parity_recover() 3002 start_async_work(rbio, scrub_rbio_work_locked); in raid56_parity_submit_scrub_rbio()
|