/src/lib/librefuse/refuse/ |
v34.h | 87 /* copy_file_range appeared on FUSE 3.4. */ 88 ssize_t (*copy_file_range) (const char *, struct fuse_file_info *, off_t, const char *, struct fuse_file_info *, off_t, size_t, int); member in struct:fuse_operations_v34
|
v35.h | 88 ssize_t (*copy_file_range) (const char *, struct fuse_file_info *, off_t, const char *, struct fuse_file_info *, off_t, size_t, int); member in struct:fuse_operations_v35
|
v38.h | 87 ssize_t (*copy_file_range) (const char *, struct fuse_file_info *, off_t, const char *, struct fuse_file_info *, off_t, size_t, int); member in struct:fuse_operations_v38
|