Searched defs:fdatasync (Results 1 – 5 of 5) sorted by relevance
42 static inline int fdatasync(int fd) { return fsync(fd); } in fdatasync() function
90 @Override public void fdatasync(FileDescriptor fd) throws ErrnoException { in fdatasync() method in BlockGuardOs
46 public void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method
55 public void fdatasync(FileDescriptor fd) throws ErrnoException { os.fdatasync(fd); } in fdatasync() method in ForwardingOs
49 public native void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method in Posix