Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmount.h297 #define MNT_SYNCHRONOUS 0x00000002 /* file system written synchronously */ macro
353 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_vnops.c1311 (vp->v_mount && (vp->v_mount->mnt_flag & MNT_SYNCHRONOUS))) { in vn_write()
H A Dkpi_vfs.c512 return mp->mnt_flag & MNT_SYNCHRONOUS; in vfs_issynchronous()
H A Dvfs_syscalls.c1344 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()
1361 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()