Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfuse2fs.c153 } ext4_acl_entry_short; typedef
163 count * sizeof(ext4_acl_entry_short); in ext4_acl_size()
166 4 * sizeof(ext4_acl_entry_short) + in ext4_acl_size()
176 s = size - 4 * sizeof(ext4_acl_entry_short); in ext4_acl_count()
178 if (size % sizeof(ext4_acl_entry_short)) in ext4_acl_count()
180 return size / sizeof(ext4_acl_entry_short); in ext4_acl_count()
224 hptr += sizeof(ext4_acl_entry_short); in fuse_to_ext4_acl()
278 hptr += sizeof(ext4_acl_entry_short); in ext4_to_fuse_acl()