Home
last modified time | relevance | path

Searched refs:ext4_ioend_wq (Results 1 – 3 of 3) sorted by relevance

/fs/ext4/
Dpage-io.c138 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()
Dfile.c62 wait_queue_head_t *wq = ext4_ioend_wq(inode); in ext4_unwritten_wait()
Dext4.h3045 #define ext4_ioend_wq(v) (&ext4__ioend_wq[((unsigned long)(v)) %\ macro