Lines Matching refs:eh_max
152 le16toh(eh->eh_max), le16toh(eh->eh_depth),
466 if (eh->eh_max == 0) {
467 error_msg = "header: invalid eh_max";
470 if (le16toh(eh->eh_max) > ext4_ext_max_entries(ip, depth)) {
471 error_msg = "header: too large eh_max";
474 if (le16toh(eh->eh_ecount) > le16toh(eh->eh_max)) {
502 KASSERT(le16toh(eh->eh_ecount) <= le16toh(eh->eh_max) &&
527 KASSERT(le16toh(eh->eh_ecount) <= le16toh(eh->eh_max),
717 ehp->eh_max = htole16(ext4_ext_space_root(ip));
857 le16toh(path->ep_header->eh_max)) {
975 neh->eh_max = le16toh(ext4_ext_space_block(ip));
981 le16toh(path[depth].ep_header->eh_max)) {
1030 neh->eh_max = htole16(ext4_ext_space_block_index(ip));
1113 neh->eh_max = htole16(ext4_ext_space_block_index(ip));
1115 neh->eh_max = htole16(ext4_ext_space_block(ip));
1127 curpath->ep_header->eh_max = htole16(ext4_ext_space_root(ip));
1188 le16toh(path[depth].ep_header->eh_max))
1261 if (le16toh(eh->eh_ecount) < le16toh(eh->eh_max))
1282 if (le16toh(eh->eh_ecount) < le16toh(eh->eh_max)) {
1770 ext4_ext_header(ip)->eh_max = htole16(ext4_ext_space_root(ip));