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