Searched refs:POSIX_ACL (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c155 struct POSIX_ACL *acl)
176 int cpu_to_le_acl(const struct POSIX_ACL *acl, size_t size,
185 cnt = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE);
491 struct POSIX_ACL *acl;
502 acl = (struct POSIX_ACL*)ntfs_malloc(size);
516 acl = (struct POSIX_ACL*)ntfs_malloc(size);
619 struct POSIX_ACL *acl;
630 acl = (struct POSIX_ACL*)ntfs_malloc(size);
644 acl = (struct POSIX_ACL*)ntfs_malloc(size);
H A Dsecurity.h163 struct POSIX_ACL { struct
177 struct POSIX_ACL acl;
H A Dacls.h158 const struct POSIX_ACL *newacl, int count, BOOL deflt);
H A Dsecurity.c1499 sizeof(struct POSIX_ACL)
1505 sizeof(struct POSIX_ACL)
2263 outsize = sizeof(struct POSIX_ACL)
2277 outsize = sizeof(struct POSIX_ACL);
2280 memcpy(value,&pxdesc->acl,sizeof(struct POSIX_ACL));
2281 memcpy(&value[sizeof(struct POSIX_ACL)],
2283 outsize-sizeof(struct POSIX_ACL));
2286 outsize = sizeof(struct POSIX_ACL)
3112 count = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE);
3118 || (((const struct POSIX_ACL*)valu
[all...]
H A Dacls.c971 const struct POSIX_ACL *pacl;
1138 struct POSIX_ACL *pacl;
1253 const struct POSIX_ACL *newacl, int count, BOOL deflt)

Completed in 87 milliseconds