Searched refs:hfs_init_waitqueue (Results 1 – 6 of 6) sorted by relevance
89 hfs_init_waitqueue(&retval.bn->wqueue); in hfs_bnode_init()90 hfs_init_waitqueue(&retval.bn->rqueue); in hfs_bnode_init()
126 hfs_init_waitqueue(&bnode->rqueue); in hfs_bnode_read()127 hfs_init_waitqueue(&bnode->wqueue); in hfs_bnode_read()
176 hfs_init_waitqueue(&bt->wait); in hfs_btree_init()182 hfs_init_waitqueue(&bt->entry.wait); in hfs_btree_init()
103 hfs_init_waitqueue(&mdb->rename_wait); in hfs_mdb_get()104 hfs_init_waitqueue(&mdb->bitmap_wait); in hfs_mdb_get()
243 hfs_init_waitqueue(&entry->wait); in init_entry()305 hfs_init_waitqueue(&dir->read_wait); in __read_entry()306 hfs_init_waitqueue(&dir->write_wait); in __read_entry()
98 static inline void hfs_init_waitqueue(hfs_wait_queue *queue) { in hfs_init_waitqueue() function