Searched refs:MNTOPT_NODEVICES (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 164 nodev = vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL); in lo_mount() 175 if (!nodev && vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL)) in lo_mount() 327 if (vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL)) { in lo_mount() 355 !vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL)) in lo_mount() 356 vfs_setmntopt(vfsp, MNTOPT_NODEVICES, NULL, in lo_mount()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mntent.h | 74 #define MNTOPT_NODEVICES "nodevices" /* Device-special disallowed */ macro
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | fslib.c | 529 MNTOPT_DEVICES, MNTOPT_NODEVICES,
|
H A D | mount.c | 112 MNTOPT_NODEVICES,
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 90 MNTOPT_NODEVICES,
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 310 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NODEVICES, NULL, 0); in devices_changed_cb() 313 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NODEVICES); in devices_changed_cb() 449 if (vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL)) { in zfs_register_callbacks()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 172 static char *nosuid_cancel[] = { MNTOPT_SUID, MNTOPT_DEVICES, MNTOPT_NODEVICES, 174 static char *devices_cancel[] = { MNTOPT_NODEVICES, NULL }; 199 { MNTOPT_NODEVICES, nodevices_cancel, NULL, 0, 1770 if (vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL)) in domount()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | policy.c | 753 (!vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL) || in secpolicy_fs_mount_clearopts() 758 vfs_setmntopt(vfsp, MNTOPT_NODEVICES, NULL, 0); in secpolicy_fs_mount_clearopts()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 942 MNTOPT_NODEVICES,
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2379 MNTOPT_NODEVICES,
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1974 mntopt_off = MNTOPT_NODEVICES; in get_numeric_property()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 133 MNTOPT_RO "," MNTOPT_LOFS_NOSUB "," MNTOPT_NODEVICES
|