Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c730 acl_t *new_zacl; in smb_fsacl_inherit() local
756 new_zacl = smb_fsacl_alloc(num_inheritable, ACL_AUTO_INHERIT); in smb_fsacl_inherit()
757 new_zace = new_zacl->acl_aclp; in smb_fsacl_inherit()
760 bcopy(default_dacl, new_zacl->acl_aclp, sizeof (default_dacl)); in smb_fsacl_inherit()
762 return (new_zacl); in smb_fsacl_inherit()
838 return (new_zacl); in smb_fsacl_inherit()