Searched refs:MNTOPT_DEVICES (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 73 #define MNTOPT_DEVICES "devices" /* Device-special allowed */ macro
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | fslib.c | 529 MNTOPT_DEVICES, MNTOPT_NODEVICES,
|
H A D | mount.c | 111 MNTOPT_DEVICES,
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 176 vfs_setmntopt(vfsp, MNTOPT_DEVICES, NULL, VFS_NODISPLAY); in lo_mount()
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 88 MNTOPT_DEVICES,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 309 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_DEVICES); in devices_changed_cb() 314 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_DEVICES, NULL, 0); in devices_changed_cb() 452 } else if (vfs_optionisset(vfsp, MNTOPT_DEVICES, NULL)) { in zfs_register_callbacks()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 174 static char *nosuid_cancel[] = { MNTOPT_SUID, MNTOPT_DEVICES, MNTOPT_NODEVICES, 177 static char *nodevices_cancel[] = { MNTOPT_DEVICES, NULL }; 199 { MNTOPT_DEVICES, devices_cancel, NULL, 0, 1047 vfs_optionisset_nolock(mntopts, MNTOPT_DEVICES, NULL)) { in lofi_add()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 940 MNTOPT_DEVICES,
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2377 MNTOPT_DEVICES,
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1973 mntopt_on = MNTOPT_DEVICES; in get_numeric_property()
|