Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_mount.h137 struct workqueue_struct *m_log_workqueue; member
Dxfs_super.c845 mp->m_log_workqueue = alloc_workqueue("xfs-log/%s", in xfs_init_mount_workqueues()
848 if (!mp->m_log_workqueue) in xfs_init_mount_workqueues()
859 destroy_workqueue(mp->m_log_workqueue); in xfs_init_mount_workqueues()
879 destroy_workqueue(mp->m_log_workqueue); in xfs_destroy_mount_workqueues()
Dxfs_log.c1293 queue_delayed_work(mp->m_log_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()
1428 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()
1462 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()