HomeSort by: relevance | last modified time | path
    Searched defs:fsync (Results 1 - 25 of 32) sorted by relevancy

1 2

  /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
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
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
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
  /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)

Completed in 26 milliseconds

1 2