Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c779 ace_t *dir_zace; in smb_fsacl_inherit() local
815 for (numaces = 0, dir_zace = dir_zacl->acl_aclp; in smb_fsacl_inherit()
817 dir_zace++, numaces++) { in smb_fsacl_inherit()
818 switch (dir_zace->a_flags & ACE_FD_INHERIT_ACE) { in smb_fsacl_inherit()
827 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
830 if (is_dir && ZACE_IS_CREATOR(dir_zace) && in smb_fsacl_inherit()
831 (ZACE_IS_PROPAGATE(dir_zace))) { in smb_fsacl_inherit()
832 *new_zace = *dir_zace; in smb_fsacl_inherit()
848 smb_ace_inherit(dir_zace, new_zace, is_dir, in smb_fsacl_inherit()
851 } else if (ZACE_IS_PROPAGATE(dir_zace)) { in smb_fsacl_inherit()
[all …]