Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c650 mp->m_unwritten_workqueue = alloc_workqueue("xfs-conv/%s", in xfs_init_mount_workqueues()
653 if (!mp->m_unwritten_workqueue) in xfs_init_mount_workqueues()
689 destroy_workqueue(mp->m_unwritten_workqueue); in xfs_init_mount_workqueues()
704 destroy_workqueue(mp->m_unwritten_workqueue); in xfs_destroy_mount_workqueues()
H A Dxfs_mount.h175 struct workqueue_struct *m_unwritten_workqueue; member
H A Dxfs_aops.c246 WARN_ON_ONCE(!queue_work(mp->m_unwritten_workqueue, in xfs_end_bio()