Searched refs:pnewace (Results 1 – 1 of 1) sorted by relevance
706 ACCESS_ALLOWED_ACE *pnewace; in ntfs_inherit_acl() local764 pnewace = (ACCESS_ALLOWED_ACE*) in ntfs_inherit_acl()766 memcpy(pnewace,poldace,acesz); in ntfs_inherit_acl()768 if (pnewace->mask & GENERIC_ALL) { in ntfs_inherit_acl()769 pnewace->mask &= ~GENERIC_ALL; in ntfs_inherit_acl()771 pnewace->mask |= OWNER_RIGHTS in ntfs_inherit_acl()780 pnewace->mask |= OWNER_RIGHTS in ntfs_inherit_acl()787 if (pnewace->mask & GENERIC_READ) { in ntfs_inherit_acl()789 pnewace->mask |= OWNER_RIGHTS in ntfs_inherit_acl()793 pnewace->mask |= OWNER_RIGHTS in ntfs_inherit_acl()[all …]