Searched refs:lock_wq (Results 1 – 4 of 4) sorted by relevance
263 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()274 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()327 wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags)); in hfs_bnode_find()387 wake_up(&node->lock_wq); in hfs_bnode_find()393 wake_up(&node->lock_wq); in hfs_bnode_find()441 wake_up(&node->lock_wq); in hfs_bnode_create()
59 wait_queue_head_t lock_wq; member
428 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()439 wait_event(node2->lock_wq, in __hfs_bnode_create()493 wait_event(node->lock_wq, in hfs_bnode_find()555 wake_up(&node->lock_wq); in hfs_bnode_find()561 wake_up(&node->lock_wq); in hfs_bnode_find()609 wake_up(&node->lock_wq); in hfs_bnode_create()
117 wait_queue_head_t lock_wq; member