Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h396 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \ macro
/f-stack/freebsd/kern/
H A Dvfs_mount.c2258 sbp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK; in __vfs_statfs()