Home
last modified time | relevance | path

Searched refs:ext2_acl_header (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_acl.c140 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 …]
H A Dext2_acl.h45 struct ext2_acl_header { struct