Searched refs:O_FSYNC (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h139 #define O_FSYNC O_SYNC /* source compatibility: do not use */ macro
215 #define FFSYNC O_FSYNC /* kernel */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c984 * Treat synchronous mounts and O_FSYNC on the fd as equivalent.
986 * XXX We treat O_DSYNC as O_FSYNC for now, since we can not delay
990 if ((fp->f_fglob->fg_flag & (O_FSYNC|O_DSYNC)) ||

Completed in 22 milliseconds