Lines Matching refs:newacl
691 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl, in ntfs_inherit_acl() argument
717 newacl->revision = ACL_REVISION; in ntfs_inherit_acl()
718 newacl->alignment1 = 0; in ntfs_inherit_acl()
719 newacl->alignment2 = const_cpu_to_le16(0); in ntfs_inherit_acl()
765 ((char*)newacl + dst); in ntfs_inherit_acl()
852 ((char*)newacl + dst); in ntfs_inherit_acl()
901 ((char*)newacl + dst); in ntfs_inherit_acl()
946 newacl->ace_count = cpu_to_le16(newcnt); in ntfs_inherit_acl()
947 newacl->size = cpu_to_le16(dst); in ntfs_inherit_acl()
1246 const struct POSIX_ACL *newacl, int count, BOOL deflt) in ntfs_replace_acl() argument
1272 newpxdesc->acl.ace[i + offset] = newacl->ace[i]; in ntfs_replace_acl()
1280 newpxdesc->acl.ace[i] = newacl->ace[i]; in ntfs_replace_acl()