Searched refs:eh_entries (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ext4/ |
D | ext4_extents.h | 87 __le16 eh_entries; /* number of valid entries */ member 154 (le16_to_cpu((__path__)->p_hdr->eh_entries) \ 157 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1) 159 (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() 461 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check() 488 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max), in __ext4_ext_check() 535 for (i = le16_to_cpu(eh->eh_entries); i > 0; i--, ex++) { in __read_extent_tree_block() 665 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) { in ext4_ext_show_leaf() 763 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) { in ext4_ext_binsearch_idx() 797 if (eh->eh_entries == 0) { in ext4_ext_binsearch() 834 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) { in ext4_ext_binsearch() 853 eh->eh_entries = 0; in ext4_ext_tree_init() [all …]
|
D | migrate.c | 392 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_idx() 420 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) { in free_ext_block() 647 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate() 651 if (eh->eh_entries == 0) in ext4_ind_migrate()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
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
|
/Linux-v4.19/include/trace/events/ |
D | ext4.h | 2171 int depth, long long partial, __le16 eh_entries), 2173 TP_ARGS(inode, start, end, depth, partial, eh_entries), 2182 __field( unsigned short, eh_entries ) 2192 __entry->eh_entries = le16_to_cpu(eh_entries); 2203 (unsigned short) __entry->eh_entries)
|