Searched refs:MNT_SYNCHRONOUS (Results 1 – 4 of 4) sorted by relevance
297 #define MNT_SYNCHRONOUS 0x00000002 /* file system written synchronously */ macro353 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \
1311 (vp->v_mount && (vp->v_mount->mnt_flag & MNT_SYNCHRONOUS))) { in vn_write()
512 return mp->mnt_flag & MNT_SYNCHRONOUS; in vfs_issynchronous()
1344 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()1361 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | in mount_common()