Home
last modified time | relevance | path

Searched refs:eh_max (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
Dext4_extents.h100 __le16 eh_max; /* capacity of store in entries */ member
109 (sizeof(struct ext4_extent) * le16_to_cpu((hdr)->eh_max)))
166 < le16_to_cpu((__path__)->p_hdr->eh_max))
172 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
174 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
Dextents.c458 if (unlikely(eh->eh_max == 0)) { in __ext4_ext_check()
463 if (unlikely(le16_to_cpu(eh->eh_max) > max)) { in __ext4_ext_check()
467 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check()
489 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max), in __ext4_ext_check()
856 eh->eh_max = cpu_to_le16(ext4_ext_space_root(inode, 0)); in ext4_ext_tree_init()
896 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_find_extent()
969 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index()
973 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index()
1108 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split()
1114 path[depth].p_hdr->eh_max)) { in ext4_ext_split()
[all …]