Searched refs:recovery_thread_task (Results 1 – 2 of 2) sorted by relevance
178 osb->recovery_thread_task = NULL; in ocfs2_recovery_init() 199 return osb->recovery_thread_task != NULL; in ocfs2_recovery_thread_running() 1571 osb->recovery_thread_task = NULL; in __ocfs2_recovery_thread() 1588 osb->disable_recovery, osb->recovery_thread_task, in ocfs2_recovery_thread() 1595 if (osb->recovery_thread_task) in ocfs2_recovery_thread() 1598 osb->recovery_thread_task = kthread_run(__ocfs2_recovery_thread, osb, in ocfs2_recovery_thread() 1600 if (IS_ERR(osb->recovery_thread_task)) { in ocfs2_recovery_thread() 1601 mlog_errno((int)PTR_ERR(osb->recovery_thread_task)); in ocfs2_recovery_thread() 1602 osb->recovery_thread_task = NULL; in ocfs2_recovery_thread()
372 struct task_struct *recovery_thread_task; member