Home
last modified time | relevance | path

Searched refs:MNT_MULTILABEL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h326 { MNT_MULTILABEL, "multilabel" }, \
357 #define MNT_MULTILABEL 0x0000000004000000ULL /* MAC support for objects */ macro
404 MNT_GJOURNAL | MNT_MULTILABEL | MNT_ACLS | \
/f-stack/freebsd/security/mac/
H A Dmac_vfs.c1017 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL) == 0) in vop_stdsetlabel_ea()
1041 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL) == 0) in vn_setlabel()
/f-stack/freebsd/kern/
H A Dvfs_mount.c690 fsflags |= MNT_MULTILABEL; in vfs_donmount()
H A Dvfs_subr.c1790 if (mp != NULL && (mp->mnt_flag & MNT_MULTILABEL) == 0) in getnewvnode()
4297 MNT_FLAG(MNT_MULTILABEL); in DB_SHOW_COMMAND()