Home
last modified time | relevance | path

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

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