Lines Matching refs:dc_task
3340 osb->dc_task = kthread_run(ocfs2_downconvert_thread, osb, "ocfs2dc-%s",
3342 if (IS_ERR(osb->dc_task)) {
3343 status = PTR_ERR(osb->dc_task);
3344 osb->dc_task = NULL;
3381 if (osb->dc_task)
3382 kthread_stop(osb->dc_task);
3399 if (osb->dc_task) {
3400 kthread_stop(osb->dc_task);
3401 osb->dc_task = NULL;
3519 if (lockres->l_flags & OCFS2_LOCK_QUEUED && current == osb->dc_task) {
4459 osb->dc_task = NULL;