Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/ !
H A Dfcntl.h124 #define O_FSYNC O_SYNC /* source compatibility: do not use */ macro
257 #define FFSYNC O_FSYNC /* kernel */
/xnu-12377.61.12/bsd/vfs/ !
H A Dvfs_vnops.c1347 if ((fp->fp_glob->fg_flag & (O_FSYNC | O_DSYNC)) || in vn_write()