Searched refs:O_SYNC (Results 1 – 6 of 6) sorted by relevance
34 #ifndef O_SYNC35 #define O_SYNC O_FSYNC macro40 #elif !defined(O_DSYNC) || !defined(O_SYNC)41 #define O_SYNC (0x0800) macro
109 (flags & (O_SYNC | O_DSYNC)) ? in ZFILE_Open()
63 boolean readable = (mode & (O_RDONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()64 boolean writable = (mode & (O_WRONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()
223 this.mode |= O_SYNC; in RandomAccessFile()
356 public static final int O_SYNC = placeholder(); field in OsConstants
388 initConstant(env, c, "O_SYNC", O_SYNC); in OsConstants_initConstants()