Searched refs:ext2_acl_entry_short (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext2/
H A Dacl.h20 } ext2_acl_entry_short; typedef in typeref:struct:__anon32153
30 count * sizeof(ext2_acl_entry_short);
33 4 * sizeof(ext2_acl_entry_short) +
42 s = size - 4 * sizeof(ext2_acl_entry_short);
44 if (size % sizeof(ext2_acl_entry_short))
46 return size / sizeof(ext2_acl_entry_short);
H A Dacl.c45 if ((char *)value + sizeof(ext2_acl_entry_short) > end)
55 sizeof(ext2_acl_entry_short);
114 e += sizeof(ext2_acl_entry_short);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext2/
H A Dacl.h20 } ext2_acl_entry_short; typedef in typeref:struct:__anon20460
30 count * sizeof(ext2_acl_entry_short);
33 4 * sizeof(ext2_acl_entry_short) +
42 s = size - 4 * sizeof(ext2_acl_entry_short);
44 if (size % sizeof(ext2_acl_entry_short))
46 return size / sizeof(ext2_acl_entry_short);
H A Dacl.c45 if ((char *)value + sizeof(ext2_acl_entry_short) > end)
55 sizeof(ext2_acl_entry_short);
114 e += sizeof(ext2_acl_entry_short);

Completed in 116 milliseconds