Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/mount/
Dmntopts.h47 #define MOPT_SYNC { "sync", 0, MNT_SYNCHRONOUS, 0 }
Dmount.c106 { MNT_SYNCHRONOUS, "synchronous" },
928 if (flags & MNT_SYNCHRONOUS) res = catopt(res, "sync"); in flags2opts()
/freebsd-9-stable/sys/sys/
Dmount.h270 #define MNT_SYNCHRONOUS 0x0000000000000002ULL /* fs written synchronously */ macro
313 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \
326 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | \
/freebsd-9-stable/sys/fs/msdosfs/
Dmsdosfs_fat.c359 if (pmp->pm_mountp->mnt_flag & MNT_SYNCHRONOUS)
369 if (pmp->pm_mountp->mnt_flag & MNT_SYNCHRONOUS)
Dmsdosfs_vfsops.c742 if (mp->mnt_flag & MNT_SYNCHRONOUS) in mountmsdosfs()
/freebsd-9-stable/sys/compat/linprocfs/
Dlinprocfs.c382 ADD_OPTION(MNT_SYNCHRONOUS, "sync"); in linprocfs_domtab()
/freebsd-9-stable/sys/kern/
Dvfs_mount.c649 fsflags |= MNT_SYNCHRONOUS; in vfs_donmount()
Dvfs_vnops.c747 (vp->v_mount && (vp->v_mount->mnt_flag & MNT_SYNCHRONOUS)))
Dvfs_subr.c3159 MNT_FLAG(MNT_SYNCHRONOUS); in DB_SHOW_COMMAND()