Lines Matching refs:dc_task
3330 osb->dc_task = kthread_run(ocfs2_downconvert_thread, osb, "ocfs2dc-%s",
3332 if (IS_ERR(osb->dc_task)) {
3333 status = PTR_ERR(osb->dc_task);
3334 osb->dc_task = NULL;
3371 if (osb->dc_task)
3372 kthread_stop(osb->dc_task);
3389 if (osb->dc_task) {
3390 kthread_stop(osb->dc_task);
3391 osb->dc_task = NULL;
3509 if (lockres->l_flags & OCFS2_LOCK_QUEUED && current == osb->dc_task) {
4438 osb->dc_task = NULL;