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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext4_fs_extents.h97 __le16 eh_entries; /* number of valid entries */ member in struct:ext4_extent_header
154 (le16_to_cpu((__path__)->p_hdr->eh_entries) \
157 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
159 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c107 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) {
108 error_msg = "invalid eh_entries";
118 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max),
306 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) {
340 BUG_ON(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max));
341 BUG_ON(le16_to_cpu(eh->eh_entries) <= 0);
346 r = EXT_FIRST_INDEX(eh) + le16_to_cpu(eh->eh_entries) - 1;
367 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) {
399 BUG_ON(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max));
401 if (eh->eh_entries
[all...]

Completed in 57 milliseconds