Searched refs:btrfs_init_work (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | async-thread.h | 72 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper,
|
H A D | async-thread.c | 294 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, btrfs_init_work() function
|
H A D | raid56.c | 1477 btrfs_init_work(&rbio->work, btrfs_rmw_helper, async_rmw_stripe() 1486 btrfs_init_work(&rbio->work, btrfs_rmw_helper, async_read_rebuild() 1727 btrfs_init_work(&plug->work, btrfs_rmw_helper, btrfs_raid_unplug() 2659 btrfs_init_work(&rbio->work, btrfs_rmw_helper, async_scrub_parity()
|
H A D | ordered-data.c | 629 btrfs_init_work(&ordered->flush_work, btrfs_wait_ordered_extents()
|
H A D | reada.c | 797 btrfs_init_work(&rmw->work, btrfs_readahead_helper, reada_start_machine()
|
H A D | scrub.c | 491 btrfs_init_work(&sbio->work, btrfs_scrub_helper, scrub_setup_ctx() 1074 btrfs_init_work(&fixup_nodatasum->work, btrfs_scrub_helper, scrub_handle_errored_block() 1801 btrfs_init_work(&sbio->work, btrfs_scrubwrc_helper, scrub_wr_bio_end_io() 3914 btrfs_init_work(&nocow_ctx->work, btrfs_scrubnc_helper, copy_nocow_pages()
|
H A D | delayed-inode.c | 1398 btrfs_init_work(&async_work->work, btrfs_delayed_meta_helper, btrfs_wq_run_delayed_node()
|
H A D | inode.c | 1146 btrfs_init_work(&async_cow->work, cow_file_range_async() 2044 btrfs_init_work(&fixup->work, btrfs_fixup_helper, btrfs_writepage_start_hook() 3008 btrfs_init_work(&ordered_extent->work, func, finish_ordered_fn, NULL, btrfs_writepage_end_io_hook() 7932 btrfs_init_work(&ordered->work, btrfs_endio_write_helper, btrfs_endio_direct_write() 9336 btrfs_init_work(&work->work, btrfs_flush_delalloc_helper, btrfs_alloc_delalloc_work()
|
H A D | disk-io.c | 747 btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); end_workqueue_bio() 848 btrfs_init_work(&async->work, btrfs_worker_helper, run_one_async_start, btrfs_wq_submit_bio()
|
H A D | qgroup.c | 2867 btrfs_init_work(&fs_info->qgroup_rescan_work, qgroup_rescan_init()
|
H A D | extent-tree.c | 550 btrfs_init_work(&caching_ctl->work, btrfs_cache_helper, cache_block_group() 2771 btrfs_init_work(&async->work, btrfs_extent_refs_helper, btrfs_async_run_delayed_refs()
|
H A D | volumes.c | 6000 btrfs_init_work(&dev->work, btrfs_submit_helper, btrfs_alloc_device()
|
Completed in 400 milliseconds