Searched refs:ext4_ioend_wq (Results 1 – 3 of 3) sorted by relevance
138 wake_up_all(ext4_ioend_wq(io_end->inode)); in ext4_release_io_end()155 wake_up_all(ext4_ioend_wq(inode)); in ext4_clear_io_unwritten_flag()
62 wait_queue_head_t *wq = ext4_ioend_wq(inode); in ext4_unwritten_wait()
3045 #define ext4_ioend_wq(v) (&ext4__ioend_wq[((unsigned long)(v)) %\ macro