Home
last modified time | relevance | path

Searched refs:POSIX_ACL (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dxattrs.c155 struct POSIX_ACL *acl) in le_acl_to_cpu()
176 int cpu_to_le_acl(const struct POSIX_ACL *acl, size_t size, in cpu_to_le_acl()
185 cnt = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE); in cpu_to_le_acl()
491 struct POSIX_ACL *acl; in ntfs_xattr_system_getxattr()
502 acl = (struct POSIX_ACL*)ntfs_malloc(size); in ntfs_xattr_system_getxattr()
516 acl = (struct POSIX_ACL*)ntfs_malloc(size); in ntfs_xattr_system_getxattr()
619 struct POSIX_ACL *acl; in ntfs_xattr_system_setxattr()
630 acl = (struct POSIX_ACL*)ntfs_malloc(size); in ntfs_xattr_system_setxattr()
644 acl = (struct POSIX_ACL*)ntfs_malloc(size); in ntfs_xattr_system_setxattr()
Dsecurity.c1485 sizeof(struct POSIX_ACL) in compare()
1491 sizeof(struct POSIX_ACL) in compare()
2249 outsize = sizeof(struct POSIX_ACL) in ntfs_get_posix_acl()
2263 outsize = sizeof(struct POSIX_ACL); in ntfs_get_posix_acl()
2266 memcpy(value,&pxdesc->acl,sizeof(struct POSIX_ACL)); in ntfs_get_posix_acl()
2267 memcpy(&value[sizeof(struct POSIX_ACL)], in ntfs_get_posix_acl()
2269 outsize-sizeof(struct POSIX_ACL)); in ntfs_get_posix_acl()
2272 outsize = sizeof(struct POSIX_ACL) in ntfs_get_posix_acl()
3098 count = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE); in ntfs_set_posix_acl()
3104 || (((const struct POSIX_ACL*)value)->version == POSIX_VERSION)) in ntfs_set_posix_acl()
[all …]
Dacls.c964 const struct POSIX_ACL *pacl; in ntfs_valid_posix()
1131 struct POSIX_ACL *pacl; in ntfs_sort_posix()
1246 const struct POSIX_ACL *newacl, int count, BOOL deflt) in ntfs_replace_acl()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h163 struct POSIX_ACL { struct
177 struct POSIX_ACL acl; argument
Dacls.h158 const struct POSIX_ACL *newacl, int count, BOOL deflt);
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1512 const struct POSIX_ACL *acl; in showposix()
5596 struct POSIX_ACL *acl; in encode_posix_acl()