Searched refs:ext3_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/ext3/
H A Dacl.h20 } ext3_acl_entry_short; typedef in typeref:struct:__anon7412
30 count * sizeof(ext3_acl_entry_short);
33 4 * sizeof(ext3_acl_entry_short) +
42 s = size - 4 * sizeof(ext3_acl_entry_short);
44 if (size % sizeof(ext3_acl_entry_short))
46 return size / sizeof(ext3_acl_entry_short);
H A Dacl.c46 if ((char *)value + sizeof(ext3_acl_entry_short) > end)
56 sizeof(ext3_acl_entry_short);
115 e += sizeof(ext3_acl_entry_short);

Completed in 35 milliseconds