Searched refs:eh_max (Results 1 – 2 of 2) sorted by relevance
98 __le16 eh_max; /* capacity of store in entries */ member172 < le16_to_cpu((__path__)->p_hdr->eh_max))178 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)180 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
319 if (unlikely(eh->eh_max == 0)) { in __ext4_ext_check_header()324 if (unlikely(le16_to_cpu(eh->eh_max) > max)) { in __ext4_ext_check_header()328 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check_header()339 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max), in __ext4_ext_check_header()534 eh->eh_max = cpu_to_le16(ext4_ext_space_root(inode)); in ext4_ext_tree_init()569 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_ext_find_extent()659 > le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index()753 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode)); in ext4_ext_split()759 BUG_ON(path[depth].p_hdr->eh_entries != path[depth].p_hdr->eh_max); in ext4_ext_split()828 neh->eh_max = cpu_to_le16(ext4_ext_space_block_idx(inode)); in ext4_ext_split()[all …]