Lines Matching defs:task
221 static int nfs_readpage_done(struct rpc_task *task,
225 int status = NFS_PROTO(inode)->read_done(task, hdr);
230 trace_nfs_readpage_done(task, hdr);
232 if (task->tk_status == -ESTALE) {
239 static void nfs_readpage_retry(struct rpc_task *task,
247 trace_nfs_readpage_short(task, hdr);
256 if (!task->tk_ops) {
268 rpc_restart_call_prepare(task);
271 static void nfs_readpage_result(struct rpc_task *task,
284 nfs_readpage_retry(task, hdr);