Searched refs:MNTOPT_NOACL (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | smbfs_mount.h | 58 #define MNTOPT_NOACL "noacl" /* disable smbfs ACLs */ macro
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 90 static char *acl_cancel[] = { MNTOPT_NOACL, NULL }; 103 { MNTOPT_NOACL, noacl_cancel, NULL, 0, 0 }, 578 vfs_setmntopt(vfsp, MNTOPT_NOACL, NULL, 0); in smbfs_mount()
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 136 MNTOPT_NOACL,
|