Home
last modified time | relevance | path

Searched refs:MNT_VISFLAGMASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sbin/mount/
H A Dmount.c646 flags = sfp->f_flags & MNT_VISFLAGMASK; in prmount()
/freebsd-13.1/sys/sys/
H A Dmount.h395 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \ macro
/freebsd-13.1/sys/kern/
H A Dvfs_mount.c2290 sbp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK; in __vfs_statfs()