Searched refs:MNTOPT_EXEC (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 130 #define MNTOPT_EXEC "exec" /* enable executables */ macro
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | fslib.c | 532 MNTOPT_EXEC, MNTOPT_NOEXEC,
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 96 MNTOPT_EXEC,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 341 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_EXEC); in exec_changed_cb() 346 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_EXEC, NULL, 0); in exec_changed_cb() 468 } else if (vfs_optionisset(vfsp, MNTOPT_EXEC, NULL)) { in zfs_register_callbacks()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 183 static char *noexec_cancel[] = { MNTOPT_EXEC, NULL }; 211 { MNTOPT_EXEC, exec_cancel, NULL, 0,
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 948 MNTOPT_EXEC,
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2385 MNTOPT_EXEC,
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1978 mntopt_on = MNTOPT_EXEC; in get_numeric_property()
|