Searched refs:lock_wq (Results 1 – 4 of 4) sorted by relevance
275 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()287 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()340 wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags)); in hfs_bnode_find()400 wake_up(&node->lock_wq); in hfs_bnode_find()406 wake_up(&node->lock_wq); in hfs_bnode_find()454 wake_up(&node->lock_wq); in hfs_bnode_create()
67 wait_queue_head_t lock_wq; member
425 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()436 wait_event(node2->lock_wq, in __hfs_bnode_create()490 wait_event(node->lock_wq, in hfs_bnode_find()552 wake_up(&node->lock_wq); in hfs_bnode_find()558 wake_up(&node->lock_wq); in hfs_bnode_find()606 wake_up(&node->lock_wq); in hfs_bnode_create()
117 wait_queue_head_t lock_wq; member