|
@ -552,7 +552,7 @@ struct fuse_operations |
|
|
int (*removemapping)(); |
|
|
int (*removemapping)(); |
|
|
int (*syncfs)(); |
|
|
int (*syncfs)(); |
|
|
int (*tmpfile)(const char *, mode_t, fuse_file_info_t *); |
|
|
int (*tmpfile)(const char *, mode_t, fuse_file_info_t *); |
|
|
int (*statx)(int, const char, int, unsigned int, struct statx *); |
|
|
|
|
|
|
|
|
int (*statx)(int, const char *, int, unsigned int, struct statx *); |
|
|
int (*lseek)(int, off_t, int); |
|
|
int (*lseek)(int, off_t, int); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|