diff options
Diffstat (limited to 'fs/hostfs/hostfs.h')
-rw-r--r-- | fs/hostfs/hostfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 70543b17e4c7..d8850c701564 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h | |||
@@ -55,7 +55,7 @@ extern int stat_file(const char *path, unsigned long long *inode_out, | |||
55 | int *mode_out, int *nlink_out, int *uid_out, int *gid_out, | 55 | int *mode_out, int *nlink_out, int *uid_out, int *gid_out, |
56 | unsigned long long *size_out, struct timespec *atime_out, | 56 | unsigned long long *size_out, struct timespec *atime_out, |
57 | struct timespec *mtime_out, struct timespec *ctime_out, | 57 | struct timespec *mtime_out, struct timespec *ctime_out, |
58 | int *blksize_out, unsigned long long *blocks_out); | 58 | int *blksize_out, unsigned long long *blocks_out, int fd); |
59 | extern int access_file(char *path, int r, int w, int x); | 59 | extern int access_file(char *path, int r, int w, int x); |
60 | extern int open_file(char *path, int r, int w, int append); | 60 | extern int open_file(char *path, int r, int w, int append); |
61 | extern int file_type(const char *path, int *maj, int *min); | 61 | extern int file_type(const char *path, int *maj, int *min); |
@@ -71,7 +71,7 @@ extern int lseek_file(int fd, long long offset, int whence); | |||
71 | extern int fsync_file(int fd, int datasync); | 71 | extern int fsync_file(int fd, int datasync); |
72 | extern int file_create(char *name, int ur, int uw, int ux, int gr, | 72 | extern int file_create(char *name, int ur, int uw, int ux, int gr, |
73 | int gw, int gx, int or, int ow, int ox); | 73 | int gw, int gx, int or, int ow, int ox); |
74 | extern int set_attr(const char *file, struct hostfs_iattr *attrs); | 74 | extern int set_attr(const char *file, struct hostfs_iattr *attrs, int fd); |
75 | extern int make_symlink(const char *from, const char *to); | 75 | extern int make_symlink(const char *from, const char *to); |
76 | extern int unlink_file(const char *file); | 76 | extern int unlink_file(const char *file); |
77 | extern int do_mkdir(const char *file, int mode); | 77 | extern int do_mkdir(const char *file, int mode); |