Searched refs:lock_wq (Results 1 – 4 of 4) sorted by relevance
274 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()286 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()335 wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags)); in hfs_bnode_find()396 wake_up(&node->lock_wq); in hfs_bnode_find()402 wake_up(&node->lock_wq); in hfs_bnode_find()448 wake_up(&node->lock_wq); in hfs_bnode_create()
67 wait_queue_head_t lock_wq; member
424 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()435 wait_event(node2->lock_wq, in __hfs_bnode_create()485 wait_event(node->lock_wq, in hfs_bnode_find()547 wake_up(&node->lock_wq); in hfs_bnode_find()553 wake_up(&node->lock_wq); in hfs_bnode_find()599 wake_up(&node->lock_wq); in hfs_bnode_create()
118 wait_queue_head_t lock_wq; member