Searched refs:eh_entries (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ext4/ |
| 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)
|
| A D | extents.c | 377 if (eh->eh_entries == 0) in ext4_valid_extent_entries() 486 le16_to_cpu(eh->eh_entries), in __ext4_ext_check() 809 if (eh->eh_entries == 0) { in ext4_ext_binsearch() 866 eh->eh_entries = 0; in ext4_ext_tree_init() 1131 neh->eh_entries = 0; in ext4_ext_split() 1141 path[depth].p_hdr->eh_entries, in ext4_ext_split() 1364 neh->eh_entries = cpu_to_le16(1); in ext4_ext_grow_indepth() 1823 WARN_ON(eh->eh_entries == 0); in ext4_ext_try_to_merge_right() 1824 if (!eh->eh_entries) in ext4_ext_try_to_merge_right() 2156 le16_add_cpu(&eh->eh_entries, 1); in ext4_ext_insert_extent() [all …]
|
| 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() 639 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate() 643 if (eh->eh_entries == 0) in ext4_ind_migrate()
|
| /linux/Documentation/filesystems/ext4/ |
| 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
|
| /linux/include/trace/events/ |
| A D | ext4.h | 2083 int depth, struct partial_cluster *pc, __le16 eh_entries), 2085 TP_ARGS(inode, start, end, depth, pc, eh_entries), 2096 __field( unsigned short, eh_entries ) 2108 __entry->eh_entries = le16_to_cpu(eh_entries); 2122 (unsigned short) __entry->eh_entries)
|
Completed in 22 milliseconds