Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h171 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl,
H A Dacls.c698 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl, in ntfs_inherit_acl() argument
731 oldcnt = le16_to_cpu(oldacl->ace_count); in ntfs_inherit_acl()
733 poldace = (const ACCESS_ALLOWED_ACE*)((const char*)oldacl + src); in ntfs_inherit_acl()