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
817 dir_zace++, numaces++) { in smb_fsacl_inherit()
831 (ZACE_IS_PROPAGATE(dir_zace))) { in smb_fsacl_inherit()
832 *new_zace = *dir_zace; in smb_fsacl_inherit()
851 } else if (ZACE_IS_PROPAGATE(dir_zace)) { in smb_fsacl_inherit()
852 *new_zace = *dir_zace; in smb_fsacl_inherit()
873 if (ZACE_IS_CREATOR(dir_zace) && in smb_fsacl_inherit()
874 (ZACE_IS_PROPAGATE(dir_zace))) { in smb_fsacl_inherit()
875 *new_zace = *dir_zace; in smb_fsacl_inherit()
1242 *zace = *dir_zace; in smb_ace_inherit()
[all …]