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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dacl.h20 } ext2_acl_entry_short; typedef in typeref:struct:__anon7407
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 45 milliseconds