Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dbnode.c234 hfs_sleep_on(&bn->rqueue); in hfs_bnode_lock()
256 hfs_sleep_on(&bn->rqueue); in hfs_bnode_lock()
277 hfs_sleep_on(&bn->rqueue); in hfs_bnode_lock()
283 hfs_sleep_on(&bn->wqueue); in hfs_bnode_lock()
Dcatalog.c173 hfs_sleep_on(&entry->wait); in wait_on_entry()
653 hfs_sleep_on(&dir->u.dir.write_wait); in start_write()
664 hfs_sleep_on(&dir->u.dir.read_wait); in start_read()
1350 hfs_sleep_on(&mdb->rename_wait); in hfs_cat_move()
Dbinsert.c24 hfs_sleep_on(&tree->wait); in hfs_btree_lock()
Dextent.c52 hfs_sleep_on(&mdb->bitmap_wait); in lock_bitmap()
DChangeLog1135 Rename hfs_wait_on() to hfs_sleep_on().
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h102 static inline void hfs_sleep_on(hfs_wait_queue *queue) { in hfs_sleep_on() function