Searched refs:eh_max (Results 1 – 3 of 3) sorted by relevance
77 uint16_t eh_max; /* capacity of store in entries */ member112 (sizeof(struct ext4_extent) * le16toh((hdr)->eh_max)))114 (le16toh((path)->ep_header->eh_ecount) < le16toh((path)->ep_header->eh_max))115 #define EXT_MAX_EXTENT(hdr) (EXT_FIRST_EXTENT(hdr) + le16toh((hdr)->eh_max) - 1)116 #define EXT_MAX_INDEX(hdr) (EXT_FIRST_INDEX((hdr)) + le16toh((hdr)->eh_max) - 1)
152 le16toh(eh->eh_max), le16toh(eh->eh_depth), in ext4_ext_walk_header() 466 if (eh->eh_max == 0) { in ext4_ext_check_header() 467 error_msg = "header: invalid eh_max"; in ext4_ext_check_header() 470 if (le16toh(eh->eh_max) > ext4_ext_max_entries(ip, depth)) { in ext4_ext_check_header() 471 error_msg = "header: too large eh_max"; in ext4_ext_check_header() 474 if (le16toh(eh->eh_ecount) > le16toh(eh->eh_max)) { in ext4_ext_check_header() 502 KASSERT(le16toh(eh->eh_ecount) <= le16toh(eh->eh_max) && in ext4_ext_binsearch_index() 527 KASSERT(le16toh(eh->eh_ecount) <= le16toh(eh->eh_max), in ext4_ext_binsearch_ext() 717 ehp->eh_max = htole16(ext4_ext_space_root(ip)); in ext4_ext_tree_init() 857 le16toh(path->ep_header->eh_max)) { in ext4_ext_insert_index() [all...]
79 le16toh(ehp->eh_max), le16toh(ehp->eh_depth), in ext2_print_inode()