Home
last modified time | relevance | path

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

/original-bsd/sbin/mount/
H A Dmntopts.h23 #define MOPT_SYNC { "sync", 0, MNT_SYNCHRONOUS, 0 }
H A Dmount.c65 { MNT_SYNCHRONOUS, "synchronous" },
/original-bsd/usr.sbin/amd/config/
H A Dos-bsd44.h148 #define M_SYNC MNT_SYNCHRONOUS
/original-bsd/sys/sys/
H A Dmount.h83 #define MNT_SYNCHRONOUS 0x00000002 /* file system written synchronously */ macro
/original-bsd/sys/kern/
H A Dvfs_vnops.c247 (vp->v_mount && (vp->v_mount->mnt_flag & MNT_SYNCHRONOUS)))
H A Dvfs_syscalls.c205 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC);
207 MNT_NODEV | MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC);
/original-bsd/usr.sbin/pstat/
H A Dpstat.c127 { MNT_SYNCHRONOUS, "sync" },