Lines Matching refs:btrfs_work
83 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()
660 void btrfs_set_work_high_prio(struct btrfs_work *work) in btrfs_set_work_high_prio()
668 int btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work) in btrfs_queue_worker()