Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_super.c866 mp->m_unwritten_workqueue = alloc_workqueue("xfs-conv/%s", in xfs_init_mount_workqueues()
868 if (!mp->m_unwritten_workqueue) in xfs_init_mount_workqueues()
900 destroy_workqueue(mp->m_unwritten_workqueue); in xfs_init_mount_workqueues()
916 destroy_workqueue(mp->m_unwritten_workqueue); in xfs_destroy_mount_workqueues()
Dxfs_mount.h214 struct workqueue_struct *m_unwritten_workqueue; member
Dxfs_aops.c184 queue_work(mp->m_unwritten_workqueue, &ioend->io_work); in xfs_finish_ioend()