aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r--fs/cifs/cifsfs.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index 8fe51166d6e3..70f178a7c759 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -95,14 +95,10 @@ extern const struct file_operations cifs_file_strict_nobrl_ops;
95extern int cifs_open(struct inode *inode, struct file *file); 95extern int cifs_open(struct inode *inode, struct file *file);
96extern int cifs_close(struct inode *inode, struct file *file); 96extern int cifs_close(struct inode *inode, struct file *file);
97extern int cifs_closedir(struct inode *inode, struct file *file); 97extern int cifs_closedir(struct inode *inode, struct file *file);
98extern ssize_t cifs_user_readv(struct kiocb *iocb, const struct iovec *iov, 98extern ssize_t cifs_user_readv(struct kiocb *iocb, struct iov_iter *to);
99 unsigned long nr_segs, loff_t pos); 99extern ssize_t cifs_strict_readv(struct kiocb *iocb, struct iov_iter *to);
100extern ssize_t cifs_strict_readv(struct kiocb *iocb, const struct iovec *iov, 100extern ssize_t cifs_user_writev(struct kiocb *iocb, struct iov_iter *from);
101 unsigned long nr_segs, loff_t pos); 101extern ssize_t cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from);
102extern ssize_t cifs_user_writev(struct kiocb *iocb, const struct iovec *iov,
103 unsigned long nr_segs, loff_t pos);
104extern ssize_t cifs_strict_writev(struct kiocb *iocb, const struct iovec *iov,
105 unsigned long nr_segs, loff_t pos);
106extern int cifs_lock(struct file *, int, struct file_lock *); 102extern int cifs_lock(struct file *, int, struct file_lock *);
107extern int cifs_fsync(struct file *, loff_t, loff_t, int); 103extern int cifs_fsync(struct file *, loff_t, loff_t, int);
108extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int); 104extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int);