Searched refs:eh_entries (Results 1 – 4 of 4) sorted by relevance
60 __le16 eh_entries; /* number of valid entries */ member111 (ext2fs_le16_to_cpu((__path__)->p_hdr->eh_entries) < \115 ext2fs_le16_to_cpu((__hdr__)->eh_entries) - 1)118 ext2fs_le16_to_cpu((__hdr__)->eh_entries) - 1)
82 ext2fs_le16_to_cpu(eh->eh_entries), in dbg_show_header()173 if (ext2fs_le16_to_cpu(eh->eh_entries) > ext2fs_le16_to_cpu(eh->eh_max)) in ext2fs_extent_header_verify()257 eh->eh_entries = 0; in ext2fs_extent_open2()283 ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_open2()495 ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_get()999 tocopy = ext2fs_le16_to_cpu(eh->eh_entries); in extent_node_split()1009 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2; in extent_node_split()1014 tocopy, ext2fs_le16_to_cpu(eh->eh_entries), in extent_node_split()1050 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy); in extent_node_split()1058 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy), in extent_node_split()[all …]
30 for (i = 0; i < (int)eh->eh_entries; i++) { in ext4_find_leaf()61 for (i = 0; i < leaf->eh_entries; i++) { in bmap_extent()
257 uint16_t eh_entries; /* number of valid entries */ member