Searched refs:btrfs_work (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | async-thread.h | 27 struct btrfs_work; 28 typedef void (*btrfs_func_t)(struct btrfs_work *arg); 31 struct btrfs_work { struct 72 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper, 77 struct btrfs_work *work); 80 void btrfs_set_work_high_priority(struct btrfs_work *work);
|
D | async-thread.c | 57 static void normal_work_helper(struct btrfs_work *work); 62 struct btrfs_work *work = container_of(arg, struct btrfs_work, \ 226 struct btrfs_work *work; in run_ordered_work() 234 work = list_entry(list->next, struct btrfs_work, in run_ordered_work() 266 static void normal_work_helper(struct btrfs_work *work) in normal_work_helper() 294 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, in btrfs_init_work() 308 struct btrfs_work *work) in __btrfs_queue_work() 324 struct btrfs_work *work) in btrfs_queue_work() 362 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
|
D | ordered-data.h | 138 struct btrfs_work work; 141 struct btrfs_work flush_work;
|
D | raid56.c | 88 struct btrfs_work work; 181 static void rmw_work(struct btrfs_work *work); 182 static void read_rebuild_work(struct btrfs_work *work); 1650 struct btrfs_work work; 1714 static void unplug_work(struct btrfs_work *work) in unplug_work() 2176 static void rmw_work(struct btrfs_work *work) in rmw_work() 2184 static void read_rebuild_work(struct btrfs_work *work) in read_rebuild_work() 2649 static void scrub_parity_work(struct btrfs_work *work) in scrub_parity_work()
|
D | scrub.c | 108 struct btrfs_work work; 149 struct btrfs_work work; 212 struct btrfs_work work; 230 struct btrfs_work work; 282 static void scrub_bio_end_io_worker(struct btrfs_work *work); 299 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work); 306 static void copy_nocow_pages_worker(struct btrfs_work *work); 797 static void scrub_fixup_nodatasum(struct btrfs_work *work) in scrub_fixup_nodatasum() 1806 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work) in scrub_wr_bio_end_io_worker() 2274 static void scrub_bio_end_io_worker(struct btrfs_work *work) in scrub_bio_end_io_worker() [all …]
|
D | reada.c | 93 struct btrfs_work work; 737 static void reada_start_machine_worker(struct btrfs_work *work) in reada_start_machine_worker()
|
D | volumes.h | 134 struct btrfs_work work;
|
D | disk-io.c | 58 static void end_workqueue_fn(struct btrfs_work *work); 87 struct btrfs_work work; 129 struct btrfs_work work; 780 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start() 793 static void run_one_async_done(struct btrfs_work *work) in run_one_async_done() 820 static void run_one_async_free(struct btrfs_work *work) in run_one_async_free() 1750 static void end_workqueue_fn(struct btrfs_work *work) in end_workqueue_fn()
|
D | delayed-inode.c | 1324 struct btrfs_work work; 1327 static void btrfs_async_run_delayed_root(struct btrfs_work *work) in btrfs_async_run_delayed_root()
|
D | ordered-data.c | 596 static void btrfs_run_ordered_extent_work(struct btrfs_work *work) in btrfs_run_ordered_extent_work()
|
D | inode.c | 335 struct btrfs_work work; 1069 static noinline void async_cow_start(struct btrfs_work *work) in async_cow_start() 1087 static noinline void async_cow_submit(struct btrfs_work *work) in async_cow_submit() 1108 static noinline void async_cow_free(struct btrfs_work *work) in async_cow_free() 1950 struct btrfs_work work; 1953 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker() 2977 static void finish_ordered_fn(struct btrfs_work *work) in finish_ordered_fn() 9297 static void btrfs_run_delalloc_work(struct btrfs_work *work) in btrfs_run_delalloc_work()
|
D | ctree.h | 1259 struct btrfs_work work; 1746 struct btrfs_work qgroup_rescan_work; 3855 struct btrfs_work work;
|
D | qgroup.c | 2732 static void btrfs_qgroup_rescan_worker(struct btrfs_work *work) in btrfs_qgroup_rescan_worker()
|
D | extent-tree.c | 379 static noinline void caching_thread(struct btrfs_work *work) in caching_thread() 2716 struct btrfs_work work; 2719 static void delayed_ref_async_start(struct btrfs_work *work) in delayed_ref_async_start()
|
D | volumes.c | 437 static void pending_bios_fn(struct btrfs_work *work) in pending_bios_fn()
|
/linux-4.1.27/include/trace/events/ |
D | btrfs.h | 24 struct btrfs_work; 991 TP_PROTO(struct btrfs_work *work), 1022 TP_PROTO(struct btrfs_work *work), 1039 TP_PROTO(struct btrfs_work *work), 1046 TP_PROTO(struct btrfs_work *work), 1053 TP_PROTO(struct btrfs_work *work), 1060 TP_PROTO(struct btrfs_work *work),
|