Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4_extents.h80 __le16 eh_entries; /* number of valid entries */ member
160 (le16_to_cpu((__path__)->p_hdr->eh_entries) \
163 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
165 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
H A Dextents.c397 if (eh->eh_entries == 0) in ext4_valid_extent_entries()
400 entries = le16_to_cpu(eh->eh_entries); in ext4_valid_extent_entries()
479 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check()
483 if (unlikely((eh->eh_entries == 0) && (depth > 0))) { in __ext4_ext_check()
510 le16_to_cpu(eh->eh_entries), in __ext4_ext_check()
533 for (i = le16_to_cpu(eh->eh_entries); i > 0; i--, ex++) { in ext4_cache_extents()
703 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) { in ext4_ext_show_leaf()
787 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) { in ext4_ext_binsearch_idx()
821 if (eh->eh_entries == 0) { in ext4_ext_binsearch()
859 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) { in ext4_ext_binsearch()
[all …]
H A Dmigrate.c369 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_idx()
402 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_block()
654 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate()
658 if (eh->eh_entries == 0) in ext4_ind_migrate()
H A Dextents-test.c283 eh->eh_entries = cpu_to_le16(1); in extents_kunit_init()
/linux/Documentation/filesystems/ext4/
H A Difork.rst58 (``eh.eh_depth`` > 0), the header is followed by ``eh.eh_entries``
62 ``eh.eh_entries`` instances of ``struct ext4_extent``; these instances
84 - eh_entries
/linux/include/trace/events/
H A Dext4.h2166 int depth, struct partial_cluster *pc, __le16 eh_entries),
2168 TP_ARGS(inode, start, end, depth, pc, eh_entries),
2179 __field( unsigned short, eh_entries )
2191 __entry->eh_entries = le16_to_cpu(eh_entries);
2205 (unsigned short) __entry->eh_entries)