| /src/lib/librefuse/refuse/ |
| v23.h | 79 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v23
|
| v25.h | 75 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v25
|
| v28.h | 75 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v28
|
| v29.h | 75 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v29
|
| v34.h | 73 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v34
|
| v35.h | 73 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v35
|
| v26.h | 75 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v26
|
| v30.h | 83 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v30
|
| v38.h | 73 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v38
|
| fs.c | 938 /* fsyncdir() appeared on FUSE 2.3. */ 947 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsyncdir) \ 948 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsyncdir(path, datasync, fi); \
|