Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmount.h66 #define MS_SYNCHRONOUS MNT_SYNCHRONOUS
/f-stack/freebsd/sys/
H A Dmount.h319 { MNT_SYNCHRONOUS, "synchronous" }, \
347 #define MNT_SYNCHRONOUS 0x0000000000000002ULL /* fs written synchronously */ macro
396 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \
410 MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC | \
/f-stack/freebsd/kern/
H A Dvfs_mount.c754 fsflags |= MNT_SYNCHRONOUS; in vfs_donmount()
H A Dvfs_vnops.c1071 (vp->v_mount && (vp->v_mount->mnt_flag & MNT_SYNCHRONOUS))) in vn_write()
H A Dvfs_subr.c4287 MNT_FLAG(MNT_SYNCHRONOUS); in DB_SHOW_COMMAND()