Home
last modified time | relevance | path

Searched refs:ext4_acl_entry_short (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext4_acl.h35 } ext4_acl_entry_short; typedef
Dext_attr.c564 e += sizeof(ext4_acl_entry_short); in convert_posix_acl_to_disk_buffer()
565 s += sizeof(ext4_acl_entry_short); in convert_posix_acl_to_disk_buffer()
617 cp += sizeof(ext4_acl_entry_short); in convert_disk_buffer_to_posix_acl()
618 size -= sizeof(ext4_acl_entry_short); in convert_disk_buffer_to_posix_acl()
/external/e2fsprogs/misc/
Dfuse2fs.c160 } ext4_acl_entry_short; typedef
170 count * sizeof(ext4_acl_entry_short); in ext4_acl_size()
173 4 * sizeof(ext4_acl_entry_short) + in ext4_acl_size()
183 s = size - 4 * sizeof(ext4_acl_entry_short); in ext4_acl_count()
185 if (size % sizeof(ext4_acl_entry_short)) in ext4_acl_count()
187 return size / sizeof(ext4_acl_entry_short); in ext4_acl_count()
231 hptr += sizeof(ext4_acl_entry_short); in fuse_to_ext4_acl()
285 hptr += sizeof(ext4_acl_entry_short); in ext4_to_fuse_acl()