Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/ !
Dacl.h21 } ext4_acl_entry_short; typedef
31 count * sizeof(ext4_acl_entry_short); in ext4_acl_size()
34 4 * sizeof(ext4_acl_entry_short) + in ext4_acl_size()
43 s = size - 4 * sizeof(ext4_acl_entry_short); in ext4_acl_count()
45 if (size % sizeof(ext4_acl_entry_short)) in ext4_acl_count()
47 return size / sizeof(ext4_acl_entry_short); in ext4_acl_count()
Dacl.c43 if ((char *)value + sizeof(ext4_acl_entry_short) > end) in ext4_acl_from_disk()
54 sizeof(ext4_acl_entry_short); in ext4_acl_from_disk()
125 e += sizeof(ext4_acl_entry_short); in ext4_acl_to_disk()