Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_mount.h171 struct workqueue_struct *m_log_workqueue; member
Dxfs_super.c859 mp->m_log_workqueue = alloc_workqueue("xfs-log/%s", in xfs_init_mount_workqueues()
862 if (!mp->m_log_workqueue) in xfs_init_mount_workqueues()
880 destroy_workqueue(mp->m_log_workqueue); in xfs_init_mount_workqueues()
901 destroy_workqueue(mp->m_log_workqueue); in xfs_destroy_mount_workqueues()
Dxfs_log.c1502 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()
1537 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()