Searched refs:btrfs_work (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
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);
|
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()
|
D | ordered-data.h | 125 struct btrfs_work work; 128 struct btrfs_work flush_work;
|
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); 1643 struct btrfs_work work; 1711 static void unplug_work(struct btrfs_work *work) in unplug_work() 2206 static void rmw_work(struct btrfs_work *work) in rmw_work() 2214 static void read_rebuild_work(struct btrfs_work *work) in read_rebuild_work() 2664 static void scrub_parity_work(struct btrfs_work *work) in scrub_parity_work()
|
D | block-group.h | 49 struct btrfs_work work;
|
D | scrub.c | 99 struct btrfs_work work; 119 struct btrfs_work work; 141 struct btrfs_work work; 243 static void scrub_bio_end_io_worker(struct btrfs_work *work); 254 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work); 1722 static void scrub_wr_bio_end_io_worker(struct btrfs_work *work) in scrub_wr_bio_end_io_worker() 2051 static void scrub_missing_raid56_worker(struct btrfs_work *work) in scrub_missing_raid56_worker() 2254 static void scrub_bio_end_io_worker(struct btrfs_work *work) in scrub_bio_end_io_worker() 2654 static void scrub_parity_bio_endio_worker(struct btrfs_work *work) in scrub_parity_bio_endio_worker()
|
D | reada.c | 79 struct btrfs_work work; 757 static void reada_start_machine_worker(struct btrfs_work *work) in reada_start_machine_worker()
|
D | disk-io.c | 53 static void end_workqueue_fn(struct btrfs_work *work); 78 struct btrfs_work work; 121 struct btrfs_work work; 691 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start() 711 static void run_one_async_done(struct btrfs_work *work) in run_one_async_done() 740 static void run_one_async_free(struct btrfs_work *work) in run_one_async_free() 1695 static void end_workqueue_fn(struct btrfs_work *work) in end_workqueue_fn()
|
D | delayed-inode.c | 1313 struct btrfs_work work; 1316 static void btrfs_async_run_delayed_root(struct btrfs_work *work) in btrfs_async_run_delayed_root()
|
D | ordered-data.c | 541 static void btrfs_run_ordered_extent_work(struct btrfs_work *work) in btrfs_run_ordered_extent_work()
|
D | inode.c | 375 struct btrfs_work work; 1178 static noinline void async_cow_start(struct btrfs_work *work) in async_cow_start() 1195 static noinline void async_cow_submit(struct btrfs_work *work) in async_cow_submit() 1220 static noinline void async_cow_free(struct btrfs_work *work) in async_cow_free() 2327 struct btrfs_work work; 2330 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker() 2825 static void finish_ordered_fn(struct btrfs_work *work) in finish_ordered_fn() 9391 struct btrfs_work work; 9394 static void btrfs_run_delalloc_work(struct btrfs_work *work) in btrfs_run_delalloc_work()
|
D | block-group.c | 628 static noinline void caching_thread(struct btrfs_work *work) in caching_thread()
|
D | ctree.h | 906 struct btrfs_work qgroup_rescan_work;
|
D | qgroup.c | 3260 static void btrfs_qgroup_rescan_worker(struct btrfs_work *work) in btrfs_qgroup_rescan_worker()
|
/kernel/linux/linux-5.10/include/trace/events/ |
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),
|