l_work            170 fs/ocfs2/dlmfs/userdlm.c 		INIT_WORK(&lockres->l_work, user_dlm_unblock_lock);
l_work            172 fs/ocfs2/dlmfs/userdlm.c 		queue_work(user_dlm_worker, &lockres->l_work);
l_work            289 fs/ocfs2/dlmfs/userdlm.c 		container_of(work, struct user_lock_res, l_work);
l_work             53 fs/ocfs2/dlmfs/userdlm.h 	struct work_struct       l_work;
l_work            987 fs/xfs/xfs_log.c 	cancel_delayed_work_sync(&mp->m_log->l_work);
l_work           1306 fs/xfs/xfs_log.c 	queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work,
l_work           1320 fs/xfs/xfs_log.c 						struct xlog, l_work);
l_work           1380 fs/xfs/xfs_log.c 	INIT_DELAYED_WORK(&log->l_work, xfs_log_worker);
l_work            357 fs/xfs/xfs_log_priv.h 	struct delayed_work	l_work;		/* background flush work */
l_work           1070 fs/xfs/xfs_super.c 		flush_delayed_work(&mp->m_log->l_work);