Searched refs:eh_max (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.h98 __le16 eh_max; /* capacity of store in entries */ member in struct:ext4_extent_header
155 < le16_to_cpu((__path__)->p_hdr->eh_max))
161 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
163 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c103 if (unlikely(eh->eh_max == 0)) {
104 error_msg = "invalid eh_max";
107 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) {
118 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max),
340 BUG_ON(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max));
399 BUG_ON(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max));
457 eh->eh_max = cpu_to_le16(ext4_ext_space_root(inode));
490 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max));
580 > le16_to_cpu(curp->p_hdr->eh_max));
672 neh->eh_max
[all...]

Completed in 158 milliseconds