Home
last modified time | relevance | path

Searched refs:s_dio_done_wq (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dbacking-file.c146 queue_work(file_inode(aio->orig_iocb->ki_filp)->i_sb->s_dio_done_wq, in backing_aio_queue_completion()
154 if (sb->s_dio_done_wq) in backing_aio_init_wq()
H A Ddirect-io.c366 queue_work(dio->inode->i_sb->s_dio_done_wq, in dio_bio_end_aio()
576 if (!sb->s_dio_done_wq) in dio_set_defer_completion()
1203 else if (!dio->inode->i_sb->s_dio_done_wq) { in __blockdev_direct_IO()
H A Dsuper.c636 if (sb->s_dio_done_wq) { in generic_shutdown_super()
637 destroy_workqueue(sb->s_dio_done_wq); in generic_shutdown_super()
638 sb->s_dio_done_wq = NULL; in generic_shutdown_super()
2205 old = cmpxchg(&sb->s_dio_done_wq, NULL, wq); in sb_init_dio_done_wq()
/linux/fs/iomap/
H A Ddirect-io.c223 queue_work(file_inode(iocb->ki_filp)->i_sb->s_dio_done_wq, in iomap_dio_bio_end_io()
649 if (!wait_for_completion && !inode->i_sb->s_dio_done_wq) { in __iomap_dio_rw()
/linux/include/linux/
H A Dfs.h1311 struct workqueue_struct *s_dio_done_wq; member