Home
last modified time | relevance | path

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

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