Searched refs:eh_entries (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/ext4/ |
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)
|
D | extents.c | 396 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 …]
|
D | migrate.c | 368 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()
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
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 84 - eh_entries
|
/Linux-v6.6/include/trace/events/ |
D | ext4.h | 2133 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)
|