Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dacl.h21 } ext2_acl_entry_short; typedef
31 count * sizeof(ext2_acl_entry_short); in ext2_acl_size()
34 4 * sizeof(ext2_acl_entry_short) + in ext2_acl_size()
43 s = size - 4 * sizeof(ext2_acl_entry_short); in ext2_acl_count()
45 if (size % sizeof(ext2_acl_entry_short)) in ext2_acl_count()
47 return size / sizeof(ext2_acl_entry_short); in ext2_acl_count()
H A Dacl.c45 if ((char *)value + sizeof(ext2_acl_entry_short) > end) in ext2_acl_from_disk()
55 sizeof(ext2_acl_entry_short); in ext2_acl_from_disk()
126 e += sizeof(ext2_acl_entry_short); in ext2_acl_to_disk()