Searched refs:btrfs_work (Results 1 – 12 of 12) sorted by relevance
/linux/fs/btrfs/ |
H A D | async-thread.h | 16 struct btrfs_work; 18 typedef void (*btrfs_func_t)(struct btrfs_work *arg); 19 typedef void (*btrfs_ordered_func_t)(struct btrfs_work *arg, bool); 21 struct btrfs_work { struct 40 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, argument 43 struct btrfs_work *work); 46 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work); 28 wqbtrfs_work global() argument
|
H A D | async-thread.c | 55 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner() 210 struct btrfs_work *self) in run_ordered_work() 213 struct btrfs_work *work; in run_ordered_work() 222 work = list_first_entry(list, struct btrfs_work, ordered_list); in run_ordered_work() 294 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper() 329 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() 339 void btrfs_queue_work(struct btrfs_workqueue *wq, struct btrfs_work *work) in btrfs_queue_work()
|
H A D | ordered-data.h | 151 struct btrfs_work work; 154 struct btrfs_work flush_work;
|
H A D | bio.c | 525 struct btrfs_work work; 536 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start() 557 static void run_one_async_done(struct btrfs_work *work, bool do_free) in run_one_async_done()
|
H A D | block-group.h | 108 struct btrfs_work work;
|
H A D | ordered-data.c | 342 static void finish_ordered_fn(struct btrfs_work *work) in finish_ordered_fn() 738 static void btrfs_run_ordered_extent_work(struct btrfs_work *work) in btrfs_run_ordered_extent_work()
|
H A D | fs.h | 759 struct btrfs_work qgroup_rescan_work;
|
H A D | delayed-inode.c | 1298 struct btrfs_work work; 1301 static void btrfs_async_run_delayed_root(struct btrfs_work *work) in btrfs_async_run_delayed_root()
|
H A D | inode.c | 741 struct btrfs_work work; 847 static void compress_file_range(struct btrfs_work *work) in compress_file_range() 1549 static noinline void submit_compressed_extents(struct btrfs_work *work, bool do_free) in submit_compressed_extents() 2730 struct btrfs_work work; 2733 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker() 8625 struct btrfs_work work; 8628 static void btrfs_run_delalloc_work(struct btrfs_work *work) in btrfs_run_delalloc_work()
|
H A D | block-group.c | 852 static noinline void caching_thread(struct btrfs_work *work) in caching_thread()
|
H A D | qgroup.c | 3794 static void btrfs_qgroup_rescan_worker(struct btrfs_work *work) in btrfs_qgroup_rescan_worker()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 24 struct btrfs_work; 1521 TP_PROTO(const struct btrfs_work *work), 1570 TP_PROTO(const struct btrfs_work *work), 1577 TP_PROTO(const struct btrfs_work *work), 1591 TP_PROTO(const struct btrfs_work *work),
|