Home
last modified time | relevance | path

Searched refs:order_lock (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/btrfs/
Dasync-thread.c182 spin_lock(&workers->order_lock); in run_ordered_completions()
205 spin_unlock(&workers->order_lock); in run_ordered_completions()
210 spin_lock(&workers->order_lock); in run_ordered_completions()
212 spin_unlock(&workers->order_lock); in run_ordered_completions()
219 spin_lock(&workers->order_lock); in run_ordered_completions()
222 spin_unlock(&workers->order_lock); in run_ordered_completions()
451 spin_lock_init(&workers->order_lock); in btrfs_init_workers()
683 spin_lock(&workers->order_lock); in btrfs_queue_worker()
690 spin_unlock(&workers->order_lock); in btrfs_queue_worker()
Dasync-thread.h106 spinlock_t order_lock; member