Searched refs:MNTOPT_RESTRICT (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mntent.h | 132 #define MNTOPT_RESTRICT "restrict" /* restricted autofs mount */ macro
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_mount.c | 591 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 D | auto_vfsops.c | 172 { MNTOPT_RESTRICT, NULL, NULL, MO_TAG,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | policy.c | 782 vfs_setmntopt(vfsp, MNTOPT_RESTRICT, NULL, 0); in secpolicy_fs_mount_clearopts()
|