Home
last modified time | relevance | path

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

/openbmc/linux/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.c396 if (eh->eh_entries == 0) in ext4_valid_extent_entries()
399 entries = le16_to_cpu(eh->eh_entries); in ext4_valid_extent_entries()
478 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check()
482 if (unlikely((eh->eh_entries == 0) && (depth > 0))) { in __ext4_ext_check()
509 le16_to_cpu(eh->eh_entries), in __ext4_ext_check()
530 for (i = le16_to_cpu(eh->eh_entries); i > 0; i--, ex++) { in ext4_cache_extents()
700 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) { in ext4_ext_show_leaf()
784 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) { in ext4_ext_binsearch_idx()
818 if (eh->eh_entries == 0) { in ext4_ext_binsearch()
856 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) { in ext4_ext_binsearch()
[all …]
H A Dmigrate.c368 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_idx()
401 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_block()
641 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate()
645 if (eh->eh_entries == 0) in ext4_ind_migrate()
/openbmc/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
/openbmc/u-boot/include/
H A Dext4fs.h76 __le16 eh_entries; /* number of valid entries */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch150 + eh->eh_entries = 0;
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch280 - uint16_t eh_entries; /* number of valid entries */
/openbmc/linux/include/trace/events/
H A Dext4.h2133 int depth, struct partial_cluster *pc, __le16 eh_entries),
2135 TP_ARGS(inode, start, end, depth, pc, eh_entries),
2146 __field( unsigned short, eh_entries )
2158 __entry->eh_entries = le16_to_cpu(eh_entries);
2172 (unsigned short) __entry->eh_entries)
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c1545 if (i >= le16_to_cpu(ext_block->eh_entries)) in ext4fs_get_extent_block()
1652 for (i = 0; i < le16_to_cpu(ext_block->eh_entries); i++) { in read_allocated_block()
H A Dext4_write.c473 debug("del: dep=%d entries=%d\n", eh->eh_depth, eh->eh_entries); in ext4fs_delete_file()