Home
last modified time | relevance | path

Searched refs:btrfs_work (Results 1 – 15 of 15) sorted by relevance

/fs/btrfs/
Dasync-thread.h27 struct btrfs_work;
28 typedef void (*btrfs_func_t)(struct btrfs_work *arg);
31 struct btrfs_work { struct
74 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper,
79 struct btrfs_work *work);
82 void btrfs_set_work_high_priority(struct btrfs_work *work);
Dasync-thread.c63 static void normal_work_helper(struct btrfs_work *work);
68 struct btrfs_work *work = container_of(arg, struct btrfs_work, \
252 struct btrfs_work *work; in run_ordered_work()
260 work = list_entry(list->next, struct btrfs_work, in run_ordered_work()
299 static void normal_work_helper(struct btrfs_work *work) in normal_work_helper()
334 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, in btrfs_init_work()
348 struct btrfs_work *work) in __btrfs_queue_work()
364 struct btrfs_work *work) in btrfs_queue_work()
402 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
Dordered-data.h137 struct btrfs_work work;
140 struct btrfs_work flush_work;
Draid56.c89 struct btrfs_work work;
182 static void rmw_work(struct btrfs_work *work);
183 static void read_rebuild_work(struct btrfs_work *work);
1658 struct btrfs_work work;
1722 static void unplug_work(struct btrfs_work *work) in unplug_work()
2199 static void rmw_work(struct btrfs_work *work) in rmw_work()
2207 static void read_rebuild_work(struct btrfs_work *work) in read_rebuild_work()
2673 static void scrub_parity_work(struct btrfs_work *work) in scrub_parity_work()
2726 static void missing_raid56_work(struct btrfs_work *work) in missing_raid56_work()
Dscrub.c108 struct btrfs_work work;
128 struct btrfs_work work;
150 struct btrfs_work work;
213 struct btrfs_work work;
231 struct btrfs_work work;
278 static void scrub_bio_end_io_worker(struct btrfs_work *work);
295 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work);
302 static void copy_nocow_pages_worker(struct btrfs_work *work);
789 static void scrub_fixup_nodatasum(struct btrfs_work *work) in scrub_fixup_nodatasum()
1752 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work) in scrub_wr_bio_end_io_worker()
[all …]
Dreada.c93 struct btrfs_work work;
739 static void reada_start_machine_worker(struct btrfs_work *work) in reada_start_machine_worker()
Ddisk-io.c59 static void end_workqueue_fn(struct btrfs_work *work);
88 struct btrfs_work work;
130 struct btrfs_work work;
709 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start()
722 static void run_one_async_done(struct btrfs_work *work) in run_one_async_done()
753 static void run_one_async_free(struct btrfs_work *work) in run_one_async_free()
1690 static void end_workqueue_fn(struct btrfs_work *work) in end_workqueue_fn()
Dvolumes.h141 struct btrfs_work work;
Ddelayed-inode.c1328 struct btrfs_work work;
1331 static void btrfs_async_run_delayed_root(struct btrfs_work *work) in btrfs_async_run_delayed_root()
Dinode.c342 struct btrfs_work work;
1093 static noinline void async_cow_start(struct btrfs_work *work) in async_cow_start()
1111 static noinline void async_cow_submit(struct btrfs_work *work) in async_cow_submit()
1135 static noinline void async_cow_free(struct btrfs_work *work) in async_cow_free()
2012 struct btrfs_work work;
2015 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker()
3061 static void finish_ordered_fn(struct btrfs_work *work) in finish_ordered_fn()
9547 static void btrfs_run_delalloc_work(struct btrfs_work *work) in btrfs_run_delalloc_work()
Dordered-data.c650 static void btrfs_run_ordered_extent_work(struct btrfs_work *work) in btrfs_run_ordered_extent_work()
Dctree.h1295 struct btrfs_work work;
1772 struct btrfs_work qgroup_rescan_work;
3937 struct btrfs_work work;
Dqgroup.c2298 static void btrfs_qgroup_rescan_worker(struct btrfs_work *work) in btrfs_qgroup_rescan_worker()
Dextent-tree.c398 static noinline void caching_thread(struct btrfs_work *work) in caching_thread()
2829 struct btrfs_work work;
2832 static void delayed_ref_async_start(struct btrfs_work *work) in delayed_ref_async_start()
Dvolumes.c519 static void pending_bios_fn(struct btrfs_work *work) in pending_bios_fn()