Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dmntopts.h61 #define MOPT_UNTRUSTED { "untrusted", 0, MNT_UNTRUSTED, 0 }
/freebsd/sys/sys/
H A Dmount.h367 { MNT_UNTRUSTED, "untrusted" }, \
400 #define MNT_UNTRUSTED 0x0000000800000000ULL /* filesys metadata untrusted */ macro
441 MNT_UNTRUSTED | MNT_NAMEDATTR)
450 MNT_AUTOMOUNTED | MNT_UNTRUSTED)
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c246 KASSERT((mp->mnt_flag & MNT_UNTRUSTED) != 0, in ffs_check_blkno()
386 mntorflags |= MNT_UNTRUSTED; in ffs_mount()
1010 if ((mp->mnt_flag & MNT_UNTRUSTED) != 0) in ffs_mountfs()
/freebsd/sbin/mount/
H A Dmount.c970 if (flags & MNT_UNTRUSTED) res = catopt(res, "untrusted"); in flags2opts()