Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
[linux-2.6-block.git] / fs / nfsd / vfs.h
index fbe90bdb2214e976fa49b50ee8903d25089c2177..c2ff3f14e5f6146fc4d0ea72f063d32e615921e4 100644 (file)
@@ -70,17 +70,23 @@ __be32              nfsd_commit(struct svc_rqst *, struct svc_fh *,
 __be32         nfsd_open(struct svc_rqst *, struct svc_fh *, umode_t,
                                int, struct file **);
 void           nfsd_close(struct file *);
+struct raparms;
+__be32         nfsd_get_tmp_read_open(struct svc_rqst *, struct svc_fh *,
+                               struct file **, struct raparms **);
+void           nfsd_put_tmp_read_open(struct file *, struct raparms *);
+__be32         nfsd_splice_read(struct svc_rqst *,
+                               struct file *, loff_t, unsigned long *);
+__be32         nfsd_readv(struct file *, loff_t, struct kvec *, int,
+                               unsigned long *);
 __be32                 nfsd_read(struct svc_rqst *, struct svc_fh *,
                                loff_t, struct kvec *, int, unsigned long *);
-__be32                 nfsd_read_file(struct svc_rqst *, struct svc_fh *, struct file *,
-                               loff_t, struct kvec *, int, unsigned long *);
 __be32                 nfsd_write(struct svc_rqst *, struct svc_fh *,struct file *,
                                loff_t, struct kvec *,int, unsigned long *, int *);
 __be32         nfsd_readlink(struct svc_rqst *, struct svc_fh *,
                                char *, int *);
 __be32         nfsd_symlink(struct svc_rqst *, struct svc_fh *,
-                               char *name, int len, char *path, int plen,
-                               struct svc_fh *res, struct iattr *);
+                               char *name, int len, char *path,
+                               struct svc_fh *res);
 __be32         nfsd_link(struct svc_rqst *, struct svc_fh *,
                                char *, int, struct svc_fh *);
 __be32         nfsd_rename(struct svc_rqst *,