Searched refs:btrfs_work (Results 1 – 15 of 15) sorted by relevance
/linux/fs/btrfs/ |
A D | async-thread.h | 16 struct btrfs_work; 17 typedef void (*btrfs_func_t)(struct btrfs_work *arg); 20 struct btrfs_work { struct 37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, argument 40 struct btrfs_work *work); 43 void btrfs_set_work_high_priority(struct btrfs_work *work); 44 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work);
|
A D | async-thread.c | 61 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner() 221 struct btrfs_work *self) in run_ordered_work() 224 struct btrfs_work *work; in run_ordered_work() 233 work = list_entry(list->next, struct btrfs_work, in run_ordered_work() 306 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper() 342 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() 354 struct btrfs_work *work) in __btrfs_queue_work() 370 struct btrfs_work *work) in btrfs_queue_work() 408 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
|
A D | ordered-data.h | 137 struct btrfs_work work; 140 struct btrfs_work flush_work;
|
A D | raid56.c | 80 struct btrfs_work work; 179 static void rmw_work(struct btrfs_work *work); 180 static void read_rebuild_work(struct btrfs_work *work); 189 static void scrub_parity_work(struct btrfs_work *work); 1627 struct btrfs_work work; 1695 static void unplug_work(struct btrfs_work *work) in unplug_work() 2196 static void rmw_work(struct btrfs_work *work) in rmw_work() 2204 static void read_rebuild_work(struct btrfs_work *work) in read_rebuild_work() 2654 static void scrub_parity_work(struct btrfs_work *work) in scrub_parity_work()
|
A D | block-group.h | 49 struct btrfs_work work;
|
A D | scrub.c | 98 struct btrfs_work work; 118 struct btrfs_work work; 140 struct btrfs_work work; 240 static void scrub_bio_end_io_worker(struct btrfs_work *work); 251 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work); 1752 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work) in scrub_wr_bio_end_io_worker() 2157 static void scrub_missing_raid56_worker(struct btrfs_work *work) in scrub_missing_raid56_worker() 2366 static void scrub_bio_end_io_worker(struct btrfs_work *work) in scrub_bio_end_io_worker() 2796 static void scrub_parity_bio_endio_worker(struct btrfs_work *work) in scrub_parity_bio_endio_worker()
|
A D | reada.c | 81 struct btrfs_work work; 771 static void reada_start_machine_worker(struct btrfs_work *work) in reada_start_machine_worker()
|
A D | disk-io.c | 54 static void end_workqueue_fn(struct btrfs_work *work); 79 struct btrfs_work work; 120 struct btrfs_work work; 788 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start() 808 static void run_one_async_done(struct btrfs_work *work) in run_one_async_done() 837 static void run_one_async_free(struct btrfs_work *work) in run_one_async_free() 1824 static void end_workqueue_fn(struct btrfs_work *work) in end_workqueue_fn()
|
A D | delayed-inode.c | 1224 struct btrfs_work work; 1227 static void btrfs_async_run_delayed_root(struct btrfs_work *work) in btrfs_async_run_delayed_root()
|
A D | inode.c | 459 struct btrfs_work work; 1337 static noinline void async_cow_start(struct btrfs_work *work) in async_cow_start() 1354 static noinline void async_cow_submit(struct btrfs_work *work) in async_cow_submit() 1379 static noinline void async_cow_free(struct btrfs_work *work) in async_cow_free() 2672 struct btrfs_work work; 2675 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker() 3211 static void finish_ordered_fn(struct btrfs_work *work) in finish_ordered_fn() 9871 struct btrfs_work work; 9874 static void btrfs_run_delalloc_work(struct btrfs_work *work) in btrfs_run_delalloc_work()
|
A D | ordered-data.c | 612 static void btrfs_run_ordered_extent_work(struct btrfs_work *work) in btrfs_run_ordered_extent_work()
|
A D | block-group.c | 648 static noinline void caching_thread(struct btrfs_work *work) in caching_thread()
|
A D | ctree.h | 947 struct btrfs_work qgroup_rescan_work;
|
A D | qgroup.c | 3231 static void btrfs_qgroup_rescan_worker(struct btrfs_work *work) in btrfs_qgroup_rescan_worker()
|
/linux/include/trace/events/ |
A D | btrfs.h | 26 struct btrfs_work; 1381 TP_PROTO(const struct btrfs_work *work), 1433 TP_PROTO(const struct btrfs_work *work), 1440 TP_PROTO(const struct btrfs_work *work), 1454 TP_PROTO(const struct btrfs_work *work),
|
Completed in 75 milliseconds