Lines Matching defs:task
241 static int nfs_readpage_done(struct rpc_task *task,
245 int status = NFS_PROTO(inode)->read_done(task, hdr);
250 trace_nfs_readpage_done(task, hdr);
252 if (task->tk_status == -ESTALE) {
259 static void nfs_readpage_retry(struct rpc_task *task,
267 trace_nfs_readpage_short(task, hdr);
276 if (!task->tk_ops) {
288 rpc_restart_call_prepare(task);
291 static void nfs_readpage_result(struct rpc_task *task,
304 nfs_readpage_retry(task, hdr);