Home
last modified time | relevance | path

Searched refs:MNTOPT_DEVICES (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h73 #define MNTOPT_DEVICES "devices" /* Device-special allowed */ macro
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c527 MNTOPT_DEVICES, MNTOPT_NODEVICES,
H A Dmount.c111 MNTOPT_DEVICES,
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c176 vfs_setmntopt(vfsp, MNTOPT_DEVICES, NULL, VFS_NODISPLAY); in lo_mount()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c137 static char *nosuid_cancel[] = { MNTOPT_SUID, MNTOPT_DEVICES, MNTOPT_NODEVICES,
140 static char *nodevices_cancel[] = { MNTOPT_DEVICES, NULL };
162 { MNTOPT_DEVICES, devices_cancel, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c88 MNTOPT_DEVICES,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c254 if (vfs_optionisset(vfsp, MNTOPT_DEVICES, NULL)) in get_temporary_prop()
H A Dzfs_vfsops.c311 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_DEVICES); in devices_changed_cb()
316 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_DEVICES, NULL, 0); in devices_changed_cb()
462 } else if (vfs_optionisset(vfsp, MNTOPT_DEVICES, NULL)) { in zfs_register_callbacks()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c170 static char *nosuid_cancel[] = { MNTOPT_SUID, MNTOPT_DEVICES, MNTOPT_NODEVICES,
173 static char *nodevices_cancel[] = { MNTOPT_DEVICES, NULL };
195 { MNTOPT_DEVICES, devices_cancel, NULL, 0,
998 vfs_optionisset_nolock(mntopts, MNTOPT_DEVICES, NULL)) { in lofi_add()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c940 MNTOPT_DEVICES,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2440 MNTOPT_DEVICES,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2195 mntopt_on = MNTOPT_DEVICES; in get_numeric_property()