POSIX_ACL
struct POSIX_ACL *pacl;
const struct POSIX_ACL *newacl, int count, BOOL deflt)
const struct POSIX_ACL *pacl;
const struct POSIX_ACL *newacl, int count, BOOL deflt);
sizeof(struct POSIX_ACL)
sizeof(struct POSIX_ACL)
outsize = sizeof(struct POSIX_ACL)
outsize = sizeof(struct POSIX_ACL);
memcpy(value,&pxdesc->acl,sizeof(struct POSIX_ACL));
memcpy(&value[sizeof(struct POSIX_ACL)],
outsize-sizeof(struct POSIX_ACL));
outsize = sizeof(struct POSIX_ACL)
count = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE);
|| (((const struct POSIX_ACL*)value)->version == POSIX_VERSION))
(const struct POSIX_ACL*)value,count,deflt);
(const struct POSIX_ACL*)value,count,deflt);
struct POSIX_ACL acl;
struct POSIX_ACL *acl)
int cpu_to_le_acl(const struct POSIX_ACL *acl, size_t size,
cnt = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE);
struct POSIX_ACL *acl;
acl = (struct POSIX_ACL*)ntfs_malloc(size);
acl = (struct POSIX_ACL*)ntfs_malloc(size);
struct POSIX_ACL *acl;
acl = (struct POSIX_ACL*)ntfs_malloc(size);
acl = (struct POSIX_ACL*)ntfs_malloc(size);