Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dacl.h20 } ext4_acl_entry_short; typedef
30 count * sizeof(ext4_acl_entry_short); in ext4_acl_size()
33 4 * sizeof(ext4_acl_entry_short) + in ext4_acl_size()
42 s = size - 4 * sizeof(ext4_acl_entry_short); in ext4_acl_count()
44 if (size % sizeof(ext4_acl_entry_short)) in ext4_acl_count()
46 return size / sizeof(ext4_acl_entry_short); in ext4_acl_count()
Dacl.c41 if ((char *)value + sizeof(ext4_acl_entry_short) > end) in ext4_acl_from_disk()
52 sizeof(ext4_acl_entry_short); in ext4_acl_from_disk()
123 e += sizeof(ext4_acl_entry_short); in ext4_acl_to_disk()