Home
last modified time | relevance | path

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

/freebsd-head/lib/libutil/
HDmntopts.h61 #define MOPT_UNTRUSTED { "untrusted", 0, MNT_UNTRUSTED, 0 }
/freebsd-head/sys/sys/
HDmount.h360 { MNT_UNTRUSTED, "untrusted" }, \
393 #define MNT_UNTRUSTED 0x0000000800000000ULL /* filesys metadata untrusted */ macro
434 MNT_UNTRUSTED | MNT_NAMEDATTR)
443 MNT_AUTOMOUNTED | MNT_UNTRUSTED)
/freebsd-head/sys/ufs/ffs/
HDffs_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-head/sbin/mount/
HDmount.c970 if (flags & MNT_UNTRUSTED) res = catopt(res, "untrusted"); in flags2opts()