Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/sys/_types/
H A D_o_dsync.h28 #ifndef O_DSYNC
29 #define O_DSYNC 0x400000 /* synch I/O data integrity */ macro
/xnu-8792.41.9/tests/
H A Dfd_aio_fsync_uaf.c42 aio_fsync((n & 1) ? O_SYNC : O_DSYNC, &ap[n]); in attempt()
/xnu-8792.41.9/bsd/sys/
H A Dfcntl.h252 #define FFDSYNC O_DSYNC /* kernel */
/xnu-8792.41.9/bsd/kern/
H A Dkern_aio.c674 } else if (uap->op == O_DSYNC) { in aio_fsync()
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_vnops.c1289 if ((fp->fp_glob->fg_flag & (O_FSYNC | O_DSYNC)) || in vn_write()