Home
last modified time | relevance | path

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

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