MNTOPT_DEVICES
MNTOPT_DEVICES, MNTOPT_NODEVICES,
MNTOPT_DEVICES,
MNTOPT_DEVICES,
MNTOPT_DEVICES,
mntopt_on = MNTOPT_DEVICES;
static char *nosuid_cancel[] = { MNTOPT_SUID, MNTOPT_DEVICES, MNTOPT_NODEVICES,
static char *nodevices_cancel[] = { MNTOPT_DEVICES, NULL };
{ MNTOPT_DEVICES, devices_cancel, NULL, 0,
vfs_setmntopt(vfsp, MNTOPT_DEVICES, NULL, VFS_NODISPLAY);
MNTOPT_DEVICES,
vfs_optionisset_nolock(mntopts, MNTOPT_DEVICES, NULL)) {
static char *nosuid_cancel[] = { MNTOPT_SUID, MNTOPT_DEVICES, MNTOPT_NODEVICES,
static char *nodevices_cancel[] = { MNTOPT_DEVICES, NULL };
{ MNTOPT_DEVICES, devices_cancel, NULL, 0,
if (vfs_optionisset(vfsp, MNTOPT_DEVICES, NULL))
vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_DEVICES);
vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_DEVICES, NULL, 0);
} else if (vfs_optionisset(vfsp, MNTOPT_DEVICES, NULL)) {