Searched refs:btrfs_init_work (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/fs/btrfs/ |
D | async-thread.h | 64 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper,
|
D | async-thread.c | 333 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, in btrfs_init_work() function
|
D | scrub.c | 601 btrfs_init_work(&sbio->work, btrfs_scrub_helper, in scrub_setup_ctx() 1723 btrfs_init_work(&sbio->work, btrfs_scrubwrc_helper, in scrub_wr_bio_end_io() 2207 btrfs_init_work(&sblock->work, btrfs_scrub_helper, in scrub_missing_raid56_pages() 2746 btrfs_init_work(&sparity->work, btrfs_scrubparity_helper, in scrub_parity_bio_endio()
|
D | ordered-data.c | 549 btrfs_init_work(&ordered->flush_work, in btrfs_wait_ordered_extents()
|
D | reada.c | 824 btrfs_init_work(&rmw->work, btrfs_readahead_helper, in reada_start_machine()
|
D | raid56.c | 193 btrfs_init_work(&rbio->work, btrfs_rmw_helper, work_func, NULL, NULL); in start_async_work() 1746 btrfs_init_work(&plug->work, btrfs_rmw_helper, in btrfs_raid_unplug()
|
D | delayed-inode.c | 1370 btrfs_init_work(&async_work->work, btrfs_delayed_meta_helper, in btrfs_wq_run_delayed_node()
|
D | inode.c | 1271 btrfs_init_work(&async_chunk[i].work, in cow_file_range_async() 2263 btrfs_init_work(&fixup->work, btrfs_fixup_helper, in btrfs_writepage_cow_fixup() 3274 btrfs_init_work(&ordered_extent->work, func, finish_ordered_fn, NULL, in btrfs_writepage_endio_finish_ordered() 8233 btrfs_init_work(&ordered->work, func, in __endio_write_update_ordered() 10119 btrfs_init_work(&work->work, btrfs_flush_delalloc_helper, in btrfs_alloc_delalloc_work()
|
D | disk-io.c | 745 btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); in end_workqueue_bio() 838 btrfs_init_work(&async->work, btrfs_worker_helper, run_one_async_start, in btrfs_wq_submit_bio()
|
D | block-group.c | 698 btrfs_init_work(&caching_ctl->work, btrfs_cache_helper, in btrfs_cache_block_group()
|
D | qgroup.c | 3282 btrfs_init_work(&fs_info->qgroup_rescan_work, in qgroup_rescan_init()
|
D | volumes.c | 6679 btrfs_init_work(&dev->work, btrfs_submit_helper, in btrfs_alloc_device()
|