Searched refs:hfs_sleep_on (Results 1 – 6 of 6) sorted by relevance
234 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()
173 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()
24 hfs_sleep_on(&tree->wait); in hfs_btree_lock()
52 hfs_sleep_on(&mdb->bitmap_wait); in lock_bitmap()
1135 Rename hfs_wait_on() to hfs_sleep_on().
102 static inline void hfs_sleep_on(hfs_wait_queue *queue) { in hfs_sleep_on() function