dc_task          3309 fs/ocfs2/dlmglue.c 	osb->dc_task = kthread_run(ocfs2_downconvert_thread, osb, "ocfs2dc-%s",
dc_task          3311 fs/ocfs2/dlmglue.c 	if (IS_ERR(osb->dc_task)) {
dc_task          3312 fs/ocfs2/dlmglue.c 		status = PTR_ERR(osb->dc_task);
dc_task          3313 fs/ocfs2/dlmglue.c 		osb->dc_task = NULL;
dc_task          3350 fs/ocfs2/dlmglue.c 		if (osb->dc_task)
dc_task          3351 fs/ocfs2/dlmglue.c 			kthread_stop(osb->dc_task);
dc_task          3368 fs/ocfs2/dlmglue.c 	if (osb->dc_task) {
dc_task          3369 fs/ocfs2/dlmglue.c 		kthread_stop(osb->dc_task);
dc_task          3370 fs/ocfs2/dlmglue.c 		osb->dc_task = NULL;
dc_task          3486 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_QUEUED && current == osb->dc_task) {
dc_task          4414 fs/ocfs2/dlmglue.c 	osb->dc_task = NULL;
dc_task           847 fs/ocfs2/inode.c 	trace_ocfs2_inode_is_valid_to_delete(current, osb->dc_task,
dc_task           865 fs/ocfs2/inode.c 	if (current == osb->dc_task)
dc_task           406 fs/ocfs2/ocfs2.h 	struct task_struct *dc_task;
dc_task          1542 fs/ocfs2/ocfs2_trace.h 	TP_PROTO(void *task, void *dc_task, unsigned long long ino,
dc_task          1544 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(task, dc_task, ino, flags),
dc_task          1547 fs/ocfs2/ocfs2_trace.h 		__field(void *, dc_task)
dc_task          1553 fs/ocfs2/ocfs2_trace.h 		__entry->dc_task = dc_task;
dc_task          1557 fs/ocfs2/ocfs2_trace.h 	TP_printk("%p %p %llu %u", __entry->task, __entry->dc_task,
dc_task           734 fs/ocfs2/quota_global.c 	if (current == osb->dc_task) {
dc_task           261 fs/ocfs2/super.c 			(osb->dc_task ?  task_pid_nr(osb->dc_task) : -1),