Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c781 ace_t *new_zace; in smb_fsacl_inherit() local
807 new_zace = new_zacl->acl_aclp; in smb_fsacl_inherit()
811 new_zace->a_who = uid; in smb_fsacl_inherit()
827 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
828 new_zace++; in smb_fsacl_inherit()
832 *new_zace = *dir_zace; in smb_fsacl_inherit()
833 new_zace->a_flags |= (ACE_INHERIT_ONLY_ACE | in smb_fsacl_inherit()
835 new_zace++; in smb_fsacl_inherit()
848 smb_ace_inherit(dir_zace, new_zace, is_dir, in smb_fsacl_inherit()
850 new_zace++; in smb_fsacl_inherit()
[all …]