Lines Matching defs:task
342 static void nfs_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
344 rpc_call_start(task);
347 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir)
361 static void nfs_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
363 rpc_call_start(task);
367 nfs_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
597 static int nfs_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
602 if (task->tk_status >= 0) {
620 static int nfs_proc_pgio_rpc_prepare(struct rpc_task *task,
623 rpc_call_start(task);
627 static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
629 if (task->tk_status >= 0) {
645 static void nfs_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)