Searched refs:ext2_acl_header (Results 1 – 2 of 2) sorted by relevance
140 if (((struct ext2_acl_header *)value)->a_version != EXT4_ACL_VERSION) in ext4_acl_from_disk()143 if (size < sizeof(struct ext2_acl_header)) in ext4_acl_from_disk()146 s = size - sizeof(struct ext2_acl_header); in ext4_acl_from_disk()149 if ((size - sizeof(struct ext2_acl_header)) % in ext4_acl_from_disk()153 count = (size - sizeof(struct ext2_acl_header)) / in ext4_acl_from_disk()164 value = value + sizeof(struct ext2_acl_header); in ext4_acl_from_disk()233 len = sizeof(*ap->a_aclp) + sizeof(struct ext2_acl_header); in ext2_getacl_posix1e()297 struct ext2_acl_header *ext_acl; in ext4_acl_to_disk()303 disk_size = sizeof(struct ext2_acl_header) + in ext4_acl_to_disk()306 disk_size = sizeof(struct ext2_acl_header) + in ext4_acl_to_disk()[all …]
45 struct ext2_acl_header { struct