Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c706 ACCESS_ALLOWED_ACE *pnewace; in ntfs_inherit_acl() local
764 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 …]