Lines Matching defs:task
211 struct rpc_task *task;
214 task = container_of(work, struct rpc_task, u.tk_work);
215 hdr = container_of(task, struct nfs_pgio_header, task);
224 hdr->task.tk_status = hdr->pnfs_error;
225 INIT_WORK(&hdr->task.u.tk_work, bl_read_cleanup);
226 schedule_work(&hdr->task.u.tk_work);
343 struct rpc_task *task = container_of(work, struct rpc_task, u.tk_work);
345 container_of(task, struct nfs_pgio_header, task);
368 hdr->task.tk_status = hdr->pnfs_error;
370 INIT_WORK(&hdr->task.u.tk_work, bl_write_cleanup);
371 schedule_work(&hdr->task.u.tk_work);