Home
last modified time | relevance | path

Searched refs:MNTOPT_NOEXEC (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dmntent.h131 #define MNTOPT_NOEXEC "noexec" /* disable executables */ macro
/titanic_44/usr/src/cmd/fs.d/
H A Dfslib.c532 MNTOPT_EXEC, MNTOPT_NOEXEC,
/titanic_44/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c98 MNTOPT_NOEXEC,
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c342 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOEXEC, NULL, 0); in exec_changed_cb()
345 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOEXEC); in exec_changed_cb()
465 if (vfs_optionisset(vfsp, MNTOPT_NOEXEC, NULL)) { in zfs_register_callbacks()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c182 static char *exec_cancel[] = { MNTOPT_NOEXEC, NULL };
213 { MNTOPT_NOEXEC, noexec_cancel, NULL, 0,
1765 if (vfs_optionisset(vfsp, MNTOPT_NOEXEC, NULL)) in domount()
/titanic_44/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c950 MNTOPT_NOEXEC,
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2387 MNTOPT_NOEXEC,
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1979 mntopt_off = MNTOPT_NOEXEC; in get_numeric_property()