Home
last modified time | relevance | path

Searched refs:MNTOPT_RESTRICT (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dmntent.h132 #define MNTOPT_RESTRICT "restrict" /* restricted autofs mount */ macro
/titanic_44/usr/src/uts/common/sys/fs/
H A Dautofs.h359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c593 strcmp(p, MNTOPT_RESTRICT) != 0) { in remove_browse_options()
652 return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL); in hasrestrictopt()
/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c171 { MNTOPT_RESTRICT, NULL, NULL, MO_TAG,
/titanic_44/usr/src/uts/common/os/
H A Dpolicy.c766 vfs_setmntopt(vfsp, MNTOPT_RESTRICT, NULL, 0); in secpolicy_fs_mount_clearopts()