Searched refs:btrfs_init_work (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/fs/btrfs/ |
D | async-thread.h | 37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
|
D | async-thread.c | 328 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() function
|
D | scrub.c | 601 btrfs_init_work(&sbio->work, scrub_bio_end_io_worker, NULL, in scrub_setup_ctx() 1718 btrfs_init_work(&sbio->work, scrub_wr_bio_end_io_worker, NULL, NULL); in scrub_wr_bio_end_io() 2137 btrfs_init_work(&sblock->work, scrub_missing_raid56_worker, NULL, NULL); in scrub_missing_raid56_pages() 2675 btrfs_init_work(&sparity->work, scrub_parity_bio_endio_worker, NULL, in scrub_parity_bio_endio()
|
D | ordered-data.c | 584 btrfs_init_work(&ordered->flush_work, in btrfs_wait_ordered_extents()
|
D | raid56.c | 193 btrfs_init_work(&rbio->work, work_func, NULL, NULL); in start_async_work() 1723 btrfs_init_work(&plug->work, unplug_work, NULL, NULL); in btrfs_raid_unplug()
|
D | reada.c | 835 btrfs_init_work(&rmw->work, reada_start_machine_worker, NULL, NULL); in reada_start_machine()
|
D | delayed-inode.c | 1380 btrfs_init_work(&async_work->work, btrfs_async_run_delayed_root, NULL, in btrfs_wq_run_delayed_node()
|
D | inode.c | 1337 btrfs_init_work(&async_chunk[i].work, async_cow_start, in cow_file_range_async() 2503 btrfs_init_work(&fixup->work, btrfs_writepage_fixup_worker, NULL, NULL); in btrfs_writepage_cow_fixup() 2840 btrfs_init_work(&ordered_extent->work, finish_ordered_fn, NULL, NULL); in btrfs_writepage_endio_finish_ordered() 7697 btrfs_init_work(&ordered->work, finish_ordered_fn, NULL, in __endio_write_update_ordered() 9383 btrfs_init_work(&work->work, btrfs_run_delalloc_work, NULL, NULL); in btrfs_alloc_delalloc_work()
|
D | disk-io.c | 666 btrfs_init_work(&end_io_wq->work, end_workqueue_fn, NULL, NULL); in end_workqueue_bio() 764 btrfs_init_work(&async->work, run_one_async_start, run_one_async_done, in btrfs_wq_submit_bio()
|
D | block-group.c | 695 btrfs_init_work(&caching_ctl->work, caching_thread, NULL, NULL); in btrfs_cache_block_group()
|
D | qgroup.c | 3374 btrfs_init_work(&fs_info->qgroup_rescan_work, in qgroup_rescan_init()
|