Lines Matching refs:POSIX_ACL
1485 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()
3113 (const struct POSIX_ACL*)value,count,deflt); in ntfs_set_posix_acl()
3139 (const struct POSIX_ACL*)value,count,deflt); in ntfs_set_posix_acl()