Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Dasync-thread.h38 struct btrfs_work { struct
47 void (*func)(struct btrfs_work *work); argument
48 void (*ordered_func)(struct btrfs_work *work); argument
49 void (*ordered_free)(struct btrfs_work *work); argument
112 int btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work);
117 int btrfs_requeue_work(struct btrfs_work *work);
118 void btrfs_set_work_high_prio(struct btrfs_work *work);
Dasync-thread.c83 struct btrfs_work work;
87 static void start_new_worker_func(struct btrfs_work *work) in start_new_worker_func()
181 struct btrfs_work *work) in run_ordered_completions()
193 struct btrfs_work, order_list); in run_ordered_completions()
196 struct btrfs_work, order_list); in run_ordered_completions()
256 static struct btrfs_work *get_next_work(struct btrfs_worker_thread *worker, in get_next_work()
260 struct btrfs_work *work = NULL; in get_next_work()
291 work = list_entry(cur, struct btrfs_work, list); in get_next_work()
305 struct btrfs_work *work; in worker_loop()
621 int btrfs_requeue_work(struct btrfs_work *work) in btrfs_requeue_work()
[all …]
Dvolumes.h88 struct btrfs_work work;
Ddisk-io.c46 static void end_workqueue_fn(struct btrfs_work *work);
76 struct btrfs_work work;
98 struct btrfs_work work;
659 static void run_one_async_start(struct btrfs_work *work) in run_one_async_start()
669 static void run_one_async_done(struct btrfs_work *work) in run_one_async_done()
692 static void run_one_async_free(struct btrfs_work *work) in run_one_async_free()
1484 static void end_workqueue_fn(struct btrfs_work *work) in end_workqueue_fn()
Dinode.c279 struct btrfs_work work;
897 static noinline void async_cow_start(struct btrfs_work *work) in async_cow_start()
913 static noinline void async_cow_submit(struct btrfs_work *work) in async_cow_submit()
936 static noinline void async_cow_free(struct btrfs_work *work) in async_cow_free()
1524 struct btrfs_work work;
1527 static void btrfs_writepage_fixup_worker(struct btrfs_work *work) in btrfs_writepage_fixup_worker()
Dvolumes.c310 static void pending_bios_fn(struct btrfs_work *work) in pending_bios_fn()
3303 struct btrfs_work work;