Searched refs:MNT_SYNCHRONOUS (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h284 #define MNT_SYNCHRONOUS 0x00000002 /* file system written synchronously */ macro
331 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c1056 (vp->v_mount && (vp->v_mount->mnt_flag & MNT_SYNCHRONOUS))) {
H A Dkpi_vfs.c449 return (mp->mnt_flag & MNT_SYNCHRONOUS);
H A Dvfs_syscalls.c685 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC |
690 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC |

Completed in 90 milliseconds