Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dext4_extents.h87 __le16 eh_entries; /* number of valid entries */ member
167 (le16_to_cpu((__path__)->p_hdr->eh_entries) \
170 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
172 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
H A Dextents.c400 if (eh->eh_entries == 0) in ext4_valid_extent_entries()
513 le16_to_cpu(eh->eh_entries), in __ext4_ext_check()
821 if (eh->eh_entries == 0) { in ext4_ext_binsearch()
878 eh->eh_entries = 0; in ext4_ext_tree_init()
1139 neh->eh_entries = 0; in ext4_ext_split()
1149 path[depth].p_hdr->eh_entries, in ext4_ext_split()
1372 neh->eh_entries = cpu_to_le16(1); in ext4_ext_grow_indepth()
1837 WARN_ON(eh->eh_entries == 0); in ext4_ext_try_to_merge_right()
1838 if (!eh->eh_entries) in ext4_ext_try_to_merge_right()
2174 le16_add_cpu(&eh->eh_entries, 1); in ext4_ext_insert_extent()
[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()
642 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate()
646 if (eh->eh_entries == 0) in ext4_ind_migrate()
/linux-6.15/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-6.15/include/trace/events/
H A Dext4.h2131 int depth, struct partial_cluster *pc, __le16 eh_entries),
2133 TP_ARGS(inode, start, end, depth, pc, eh_entries),
2144 __field( unsigned short, eh_entries )
2156 __entry->eh_entries = le16_to_cpu(eh_entries);
2170 (unsigned short) __entry->eh_entries)