Home
last modified time | relevance | path

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

/freebsd/sbin/mount/
H A Dmntopts.h54 #define MOPT_MULTILABEL { "multilabel", 0, MNT_MULTILABEL, 0 }
H A Dmount.c966 if (flags & MNT_MULTILABEL) res = catopt(res, "multilabel"); in flags2opts()
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c132 mp->mnt_flag |= MNT_MULTILABEL; in devfs_mount()
/freebsd/sys/sys/
H A Dmount.h354 { MNT_MULTILABEL, "multilabel" }, \
385 #define MNT_MULTILABEL 0x0000000004000000ULL /* MAC support for objects */ macro
430 MNT_GJOURNAL | MNT_MULTILABEL | MNT_ACLS | \
/freebsd/sys/security/mac/
H A Dmac_vfs.c1015 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL) == 0) in vop_stdsetlabel_ea()
1043 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL) == 0) in vn_setlabel()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2146 if (dvp->v_mount->mnt_flag & MNT_MULTILABEL) { in ufs_mkdir()
2697 if (ap->a_vp->v_mount->mnt_flag & MNT_MULTILABEL) in ufs_pathconf()
2898 if (dvp->v_mount->mnt_flag & MNT_MULTILABEL) { in ufs_makeinode()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1077 mp->mnt_flag |= MNT_MULTILABEL; in ffs_mountfs()
2008 if ((mp->mnt_flag & MNT_MULTILABEL) && ip->i_mode) { in ffs_vgetf()
/freebsd/sys/kern/
H A Dvfs_subr.c2106 if (mp != NULL && (mp->mnt_flag & MNT_MULTILABEL) == 0) in getnewvnode()
4670 MNT_FLAG(MNT_MULTILABEL); in DB_SHOW_COMMAND()
H A Dvfs_mount.c889 fsflags |= MNT_MULTILABEL; in vfs_donmount()