Searched refs:newacl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h158 const struct POSIX_ACL *newacl, int count, BOOL deflt);
171 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl,
H A Dacls.c698 int ntfs_inherit_acl(const ACL *oldacl, ACL *newacl, argument
724 newacl->revision = ACL_REVISION;
725 newacl->alignment1 = 0;
726 newacl->alignment2 = const_cpu_to_le16(0);
772 ((char*)newacl + dst);
859 ((char*)newacl + dst);
908 ((char*)newacl + dst);
953 newacl->ace_count = cpu_to_le16(newcnt);
954 newacl->size = cpu_to_le16(dst);
1253 const struct POSIX_ACL *newacl, in
1252 ntfs_replace_acl(const struct POSIX_SECURITY *oldpxdesc, const struct POSIX_ACL *newacl, int count, BOOL deflt) argument
[all...]

Completed in 93 milliseconds