dlm_thread_task   154 fs/ocfs2/dlm/dlmcommon.h 	struct task_struct *dlm_thread_task;
dlm_thread_task   694 fs/ocfs2/dlm/dlmdebug.c 			task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state);
dlm_thread_task  2018 fs/ocfs2/dlm/dlmdomain.c 	dlm->dlm_thread_task = NULL;
dlm_thread_task   542 fs/ocfs2/dlm/dlmthread.c 	dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s",
dlm_thread_task   544 fs/ocfs2/dlm/dlmthread.c 	if (IS_ERR(dlm->dlm_thread_task)) {
dlm_thread_task   545 fs/ocfs2/dlm/dlmthread.c 		mlog_errno(PTR_ERR(dlm->dlm_thread_task));
dlm_thread_task   546 fs/ocfs2/dlm/dlmthread.c 		dlm->dlm_thread_task = NULL;
dlm_thread_task   555 fs/ocfs2/dlm/dlmthread.c 	if (dlm->dlm_thread_task) {
dlm_thread_task   557 fs/ocfs2/dlm/dlmthread.c 		kthread_stop(dlm->dlm_thread_task);
dlm_thread_task   558 fs/ocfs2/dlm/dlmthread.c 		dlm->dlm_thread_task = NULL;