Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dasync-thread.h14 struct btrfs_work;
15 typedef void (*btrfs_func_t)(struct btrfs_work *arg);
17 struct btrfs_work { struct
34 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, argument
37 struct btrfs_work *work);
40 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work);
A Dasync-thread.c55 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner()
177 struct btrfs_work *self) in run_ordered_work()
180 struct btrfs_work *work; in run_ordered_work()
189 work = list_entry(list->next, struct btrfs_work, in run_ordered_work()
262 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper()
297 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()
308 void btrfs_queue_work(struct btrfs_workqueue *wq, struct btrfs_work *work) in btrfs_queue_work()
A Dordered-data.h149 struct btrfs_work work;
152 struct btrfs_work flush_work;
A Dbio.c493 struct btrfs_work work;
504 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start()
523 static void run_one_async_done(struct btrfs_work *work) in run_one_async_done()
544 static void run_one_async_free(struct btrfs_work *work) in run_one_async_free()
A Dblock-group.h86 struct btrfs_work work;
A Dordered-data.c278 static void finish_ordered_fn(struct btrfs_work *work) in finish_ordered_fn()
614 static void btrfs_run_ordered_extent_work(struct btrfs_work *work) in btrfs_run_ordered_extent_work()
A Dfs.h683 struct btrfs_work qgroup_rescan_work;
A Ddelayed-inode.c1291 struct btrfs_work work;
1294 static void btrfs_async_run_delayed_root(struct btrfs_work *work) in btrfs_async_run_delayed_root()
A Dinode.c515 struct btrfs_work work;
1472 static noinline void async_cow_start(struct btrfs_work *work) in async_cow_start()
1489 static noinline void async_cow_submit(struct btrfs_work *work) in async_cow_submit()
1514 static noinline void async_cow_free(struct btrfs_work *work) in async_cow_free()
2793 struct btrfs_work work;
2796 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker()
9192 struct btrfs_work work;
9195 static void btrfs_run_delalloc_work(struct btrfs_work *work) in btrfs_run_delalloc_work()
A Dblock-group.c810 static noinline void caching_thread(struct btrfs_work *work) in caching_thread()
A Dqgroup.c3361 static void btrfs_qgroup_rescan_worker(struct btrfs_work *work) in btrfs_qgroup_rescan_worker()
/linux-6.3-rc2/include/trace/events/
A Dbtrfs.h26 struct btrfs_work;
1527 TP_PROTO(const struct btrfs_work *work),
1579 TP_PROTO(const struct btrfs_work *work),
1586 TP_PROTO(const struct btrfs_work *work),
1600 TP_PROTO(const struct btrfs_work *work),

Completed in 50 milliseconds