Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c731 ace_t *new_zace; in smb_fsacl_inherit() local
757 new_zace = new_zacl->acl_aclp; in smb_fsacl_inherit()
761 new_zace->a_who = uid; in smb_fsacl_inherit()
777 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
778 new_zace++; in smb_fsacl_inherit()
782 *new_zace = *dir_zace; in smb_fsacl_inherit()
783 new_zace->a_flags |= (ACE_INHERIT_ONLY_ACE | in smb_fsacl_inherit()
785 new_zace++; in smb_fsacl_inherit()
798 smb_ace_inherit(dir_zace, new_zace, is_dir, in smb_fsacl_inherit()
800 new_zace++; in smb_fsacl_inherit()
[all …]