Searched refs:eh_entries (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4_extents.h | 87 __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 D | extents.c | 376 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 D | migrate.c | 369 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 D | ext4fs.h | 75 __le16 eh_entries; /* number of valid entries */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | extents.patch | 33 ext2fs_le16_to_cpu(eh->eh_entries);
|
| /OK3568_Linux_fs/buildroot/package/e2fsprogs/ |
| H A D | 0001-libext2fs-add-sanity-check-to-extent-manipulation.patch | 36 ext2fs_le16_to_cpu(eh->eh_entries);
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | ifork.rst | 58 (``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 D | 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch | 150 + eh->eh_entries = 0;
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | ext4.h | 2270 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 D | ext4_common.c | 1547 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 D | ext4_write.c | 474 debug("del: dep=%d entries=%d\n", eh->eh_depth, eh->eh_entries); in ext4fs_delete_file()
|