/src/lib/librefuse/refuse/ |
v11.h | 70 int (*fsync) (const char *, int); member in struct:fuse_operations_v11
|
v21.h | 67 int (*fsync) (const char *, int); member in struct:fuse_operations_v21
|
v22.h | 71 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v22
|
v23.h | 71 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v23
|
v25.h | 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v25
|
v26.h | 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v26
|
v28.h | 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v28
|
v29.h | 67 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v29
|
v30.h | 75 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v30
|
v34.h | 65 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v34
|
v35.h | 65 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v35
|
v38.h | 65 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_v38
|
/src/sys/arch/zaurus/stand/zbsdmod/ |
compat_linux.h | 48 void (*fsync) (void); member in struct:file_operations
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 92 #define fsync(a) rump_sys_fsync(a) macro
|
/src/lib/libpthread/ |
pthread_cancelstub.c | 117 __typeof(fsync) _sys_fsync; 278 fsync(int d) function in typeref:typename:int 796 __strong_alias(_fsync, fsync)
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
fsif.h | 159 struct fsif_sync_request fsync; member in union:fsif_request::__anon1fa035a0010a
|