Home
last modified time | relevance | path

Searched refs:read_lock_wq (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/btrfs/
Dlocking.c88 wake_up(&eb->read_lock_wq); in btrfs_clear_lock_blocking_rw()
203 wake_up(&eb->read_lock_wq); in btrfs_tree_read_unlock_blocking()
214 wait_event(eb->read_lock_wq, atomic_read(&eb->blocking_readers) == 0); in btrfs_tree_lock()
219 wait_event(eb->read_lock_wq, in btrfs_tree_lock()
Dextent_io.h163 wait_queue_head_t read_lock_wq; member
Dextent_io.c3976 init_waitqueue_head(&eb->read_lock_wq); in __alloc_extent_buffer()