Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_super.c534 mp->m_unwritten_workqueue = alloc_workqueue("xfs-conv/%s", in xfs_init_mount_workqueues()
537 if (!mp->m_unwritten_workqueue) in xfs_init_mount_workqueues()
572 destroy_workqueue(mp->m_unwritten_workqueue); in xfs_init_mount_workqueues()
587 destroy_workqueue(mp->m_unwritten_workqueue); in xfs_destroy_mount_workqueues()
Dxfs_mount.h109 struct workqueue_struct *m_unwritten_workqueue; member
Dxfs_aops.c187 WARN_ON_ONCE(!queue_work(ip->i_mount->m_unwritten_workqueue, in xfs_end_bio()