Home
last modified time | relevance | path

Searched refs:lock_wq (Results 1 – 4 of 4) sorted by relevance

/linux/fs/hfs/
H A Dbnode.c366 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()
378 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()
427 wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags)); in hfs_bnode_find()
488 wake_up(&node->lock_wq); in hfs_bnode_find()
494 wake_up(&node->lock_wq); in hfs_bnode_find()
540 wake_up(&node->lock_wq); in hfs_bnode_create()
H A Dbtree.h67 wait_queue_head_t lock_wq; member
/linux/fs/hfsplus/
H A Dbnode.c475 init_waitqueue_head(&node->lock_wq); in __hfs_bnode_create()
487 wait_event(node2->lock_wq, in __hfs_bnode_create()
537 wait_event(node->lock_wq, in hfs_bnode_find()
599 wake_up(&node->lock_wq); in hfs_bnode_find()
605 wake_up(&node->lock_wq); in hfs_bnode_find()
651 wake_up(&node->lock_wq); in hfs_bnode_create()
H A Dhfsplus_fs.h84 wait_queue_head_t lock_wq; member