Searched refs:recovery_thread_task (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Djournal.c891 osb->recovery_thread_task = NULL;
921 if (osb->recovery_thread_task)
924 osb->recovery_thread_task = kthread_run(__ocfs2_recovery_thread, osb,
926 if (IS_ERR(osb->recovery_thread_task)) {
927 mlog_errno((int)PTR_ERR(osb->recovery_thread_task));
928 osb->recovery_thread_task = NULL;
H A Docfs2.h228 struct task_struct *recovery_thread_task; member in struct:ocfs2_super
H A Dsuper.c1130 return osb->recovery_thread_task != NULL;
1302 osb->recovery_thread_task = NULL;

Completed in 72 milliseconds