Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h331 { MNT_VERIFIED, "verified" }, \
389 #define MNT_VERIFIED 0x0000000400000000ULL /* filesystem is verified */ macro
405 MNT_NFS4ACLS | MNT_AUTOMOUNTED | MNT_VERIFIED | \
/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_fingerprint.c221 if ((vp->v_mount->mnt_flag & MNT_VERIFIED) != 0) { in mac_veriexec_fingerprint_check_vnode()