Home
last modified time | relevance | path

Searched refs:hfs_init_waitqueue (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dballoc.c89 hfs_init_waitqueue(&retval.bn->wqueue); in hfs_bnode_init()
90 hfs_init_waitqueue(&retval.bn->rqueue); in hfs_bnode_init()
Dbnode.c126 hfs_init_waitqueue(&bnode->rqueue); in hfs_bnode_read()
127 hfs_init_waitqueue(&bnode->wqueue); in hfs_bnode_read()
Dbtree.c176 hfs_init_waitqueue(&bt->wait); in hfs_btree_init()
182 hfs_init_waitqueue(&bt->entry.wait); in hfs_btree_init()
Dmdb.c103 hfs_init_waitqueue(&mdb->rename_wait); in hfs_mdb_get()
104 hfs_init_waitqueue(&mdb->bitmap_wait); in hfs_mdb_get()
Dcatalog.c243 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()
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h98 static inline void hfs_init_waitqueue(hfs_wait_queue *queue) { in hfs_init_waitqueue() function