Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c729 ace_t *dir_zace; in smb_fsacl_inherit() local
765 for (numaces = 0, dir_zace = dir_zacl->acl_aclp; in smb_fsacl_inherit()
767 dir_zace++, numaces++) { in smb_fsacl_inherit()
768 switch (dir_zace->a_flags & ACE_FD_INHERIT_ACE) { in smb_fsacl_inherit()
777 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
780 if (is_dir && ZACE_IS_CREATOR(dir_zace) && in smb_fsacl_inherit()
781 (ZACE_IS_PROPAGATE(dir_zace))) { in smb_fsacl_inherit()
782 *new_zace = *dir_zace; in smb_fsacl_inherit()
798 smb_ace_inherit(dir_zace, new_zace, is_dir, in smb_fsacl_inherit()
801 } else if (ZACE_IS_PROPAGATE(dir_zace)) { in smb_fsacl_inherit()
[all …]