Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c376 if (eh->eh_entries == 0) in ext4_valid_extent_entries()
379 entries = le16_to_cpu(eh->eh_entries); in ext4_valid_extent_entries()
458 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check()
462 if (unlikely((eh->eh_entries == 0) && (depth > 0))) { in __ext4_ext_check()
489 le16_to_cpu(eh->eh_entries), in __ext4_ext_check()
510 for (i = le16_to_cpu(eh->eh_entries); i > 0; i--, ex++) { in ext4_cache_extents()
681 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) { in ext4_ext_show_leaf()
777 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) { in ext4_ext_binsearch_idx()
811 if (eh->eh_entries == 0) { in ext4_ext_binsearch()
848 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()
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()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h75 __le16 eh_entries; /* number of valid entries */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dextents.patch33 ext2fs_le16_to_cpu(eh->eh_entries);
/OK3568_Linux_fs/buildroot/package/e2fsprogs/
H A D0001-libext2fs-add-sanity-check-to-extent-manipulation.patch36 ext2fs_le16_to_cpu(eh->eh_entries);
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch150 + eh->eh_entries = 0;
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h2270 int depth, struct partial_cluster *pc, __le16 eh_entries),
2272 TP_ARGS(inode, start, end, depth, pc, eh_entries),
2283 __field( unsigned short, eh_entries )
2295 __entry->eh_entries = le16_to_cpu(eh_entries);
2309 (unsigned short) __entry->eh_entries)
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c1547 if (i >= le16_to_cpu(ext_block->eh_entries)) in ext4fs_get_extent_block()
1654 for (i = 0; i < le16_to_cpu(ext_block->eh_entries); i++) { in read_allocated_block()
H A Dext4_write.c474 debug("del: dep=%d entries=%d\n", eh->eh_depth, eh->eh_entries); in ext4fs_delete_file()