Lines Matching defs:__btrfs_workqueue
24 struct __btrfs_workqueue {
52 struct __btrfs_workqueue *normal;
53 struct __btrfs_workqueue *high;
56 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct __btrfs_workqueue *wq)
80 static struct __btrfs_workqueue *
84 struct __btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_KERNEL);
127 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq);
165 static inline void thresh_queue_hook(struct __btrfs_workqueue *wq)
177 static inline void thresh_exec_hook(struct __btrfs_workqueue *wq)
220 static void run_ordered_work(struct __btrfs_workqueue *wq,
308 struct __btrfs_workqueue *wq;
353 static inline void __btrfs_queue_work(struct __btrfs_workqueue *wq,
372 struct __btrfs_workqueue *dest_wq;
382 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq)