Searched defs:fsync (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_fsync.c39 #define fsync(fd) __mpe_fsync(fd); macro
42 #define fsync(fd) _commit(fd); macro
57 ret = __db_jump.j_fsync != NULL ? __db_jump.j_fsync(fd) : fsync(fd);
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h42 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations_compat25
101 int (*fsync) (const char *, int, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
150 int (*fsync) (const char *, int); member in struct:fuse_operations_compat2
197 int (*fsync) (const char *, int); member in struct:fuse_operations_compat1
H A Dfuse.h82 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
198 * BIG NOTE: This is not equivalent to fsync(). It's not a
244 int (*fsync) (const char *, int, struct fuse_file_info *); member in struct:fuse_operations
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c479 #ifndef fsync
480 #define fsync _commit macro
483 if (fsync(d->fd) == -1) {
/osnet-11/usr/src/grub/grub2/util/
H A Dmisc.c320 int fsync (int fno __attribute__ ((unused))) function
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c54 #pragma weak _fsync = fsync
762 fsync(int fildes) function
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c2926 ** FSYNC -- dummy fsync
2931 fsync(fd) function

Completed in 42 milliseconds