Searched refs:dc_task (Results 1 – 3 of 3) sorted by relevance
2770 osb->dc_task = kthread_run(ocfs2_downconvert_thread, osb, "ocfs2dc"); in ocfs2_dlm_init()2771 if (IS_ERR(osb->dc_task)) { in ocfs2_dlm_init()2772 status = PTR_ERR(osb->dc_task); in ocfs2_dlm_init()2773 osb->dc_task = NULL; in ocfs2_dlm_init()2808 if (osb->dc_task) in ocfs2_dlm_init()2809 kthread_stop(osb->dc_task); in ocfs2_dlm_init()2829 if (osb->dc_task) { in ocfs2_dlm_shutdown()2830 kthread_stop(osb->dc_task); in ocfs2_dlm_shutdown()2831 osb->dc_task = NULL; in ocfs2_dlm_shutdown()3796 osb->dc_task = NULL; in ocfs2_downconvert_thread()
315 struct task_struct *dc_task; member
786 if (current == osb->dc_task) { in ocfs2_inode_is_valid_to_delete()