]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/vfs.h
Merge remote-tracking branches 'regulator/fix/as3722', 'regulator/fix/ltc3589' and...
[karo-tx-linux.git] / fs / nfsd / vfs.h
index fbe90bdb2214e976fa49b50ee8903d25089c2177..91b6ae3f658b4503e4c14fe01dee64b9c12d6dc4 100644 (file)
@@ -70,10 +70,16 @@ __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 *);
+int            nfsd_splice_read(struct svc_rqst *,
+                               struct file *, loff_t, unsigned long *);
+int            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 *,