Lines Matching defs:task
234 struct rpc_task *task;
237 task = container_of(work, struct rpc_task, u.tk_work);
238 hdr = container_of(task, struct nfs_pgio_header, task);
247 hdr->task.tk_status = hdr->pnfs_error;
248 INIT_WORK(&hdr->task.u.tk_work, bl_read_cleanup);
249 schedule_work(&hdr->task.u.tk_work);
366 struct rpc_task *task = container_of(work, struct rpc_task, u.tk_work);
368 container_of(task, struct nfs_pgio_header, task);
391 hdr->task.tk_status = hdr->pnfs_error;
393 INIT_WORK(&hdr->task.u.tk_work, bl_write_cleanup);
394 schedule_work(&hdr->task.u.tk_work);