m_cil_workqueue   923 fs/xfs/xfs_log_cil.c 		queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work);
m_cil_workqueue   961 fs/xfs/xfs_log_cil.c 	queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work);
m_cil_workqueue   184 fs/xfs/xfs_mount.h 	struct workqueue_struct	*m_cil_workqueue;
m_cil_workqueue   820 fs/xfs/xfs_super.c 	mp->m_cil_workqueue = alloc_workqueue("xfs-cil/%s",
m_cil_workqueue   823 fs/xfs/xfs_super.c 	if (!mp->m_cil_workqueue)
m_cil_workqueue   848 fs/xfs/xfs_super.c 	destroy_workqueue(mp->m_cil_workqueue);
m_cil_workqueue   864 fs/xfs/xfs_super.c 	destroy_workqueue(mp->m_cil_workqueue);