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()462 if (eh->eh_max == 0) { in ext4_ext_check_header()466 if (le16toh(eh->eh_max) > ext4_ext_max_entries(ip, depth)) { in ext4_ext_check_header()470 if (le16toh(eh->eh_ecount) > le16toh(eh->eh_max)) { in ext4_ext_check_header()498 KASSERT(le16toh(eh->eh_ecount) <= le16toh(eh->eh_max) && in ext4_ext_binsearch_index()523 KASSERT(le16toh(eh->eh_ecount) <= le16toh(eh->eh_max), in ext4_ext_binsearch_ext()713 ehp->eh_max = htole16(ext4_ext_space_root(ip)); in ext4_ext_tree_init()853 le16toh(path->ep_header->eh_max)) { in ext4_ext_insert_index()971 neh->eh_max = le16toh(ext4_ext_space_block(ip)); in ext4_ext_split()977 le16toh(path[depth].ep_header->eh_max)) { in ext4_ext_split()[all …]
79 le16toh(ehp->eh_max), le16toh(ehp->eh_depth), in ext2_print_inode()