Searched refs:eh_entries (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_extents.h48 __le16 eh_entries; member in struct:ext4_extent_header
80 #define EXT_HAS_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p_hdr->eh_max))
81 #define EXT_LAST_EXTENT(__hdr__) (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
82 #define EXT_LAST_INDEX(__hdr__) (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
H A Dextent.c102 hdr->eh_entries = allocation_len;
112 hdr->eh_entries = 1;
140 hdr->eh_entries = allocation_len;
H A Dext4fixup.c528 for (i = 0; i < ext_hdr->eh_entries; i++) {
557 for (i = 0; i < ext_hdr->eh_entries; i++) {

Completed in 70 milliseconds