Home
last modified time | relevance | path

Searched refs:eh_entries (Results 1 – 3 of 3) sorted by relevance

/fs/ext4/
Dext4_extents.h97 __le16 eh_entries; /* number of valid entries */ member
171 (le16_to_cpu((__path__)->p_hdr->eh_entries) \
174 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
176 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
Dextents.c328 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()
382 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) { in ext4_ext_show_leaf()
443 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) { in ext4_ext_binsearch_idx()
477 if (eh->eh_entries == 0) { in ext4_ext_binsearch()
513 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) { in ext4_ext_binsearch()
532 eh->eh_entries = 0; in ext4_ext_tree_init()
569 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_ext_find_extent()
656 le16_add_cpu(&curp->p_hdr->eh_entries, 1); in ext4_ext_insert_index()
658 BUG_ON(le16_to_cpu(curp->p_hdr->eh_entries) in ext4_ext_insert_index()
[all …]
Dmigrate.c415 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_idx()
442 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_block()