Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:eh_max

83 			ext2fs_le16_to_cpu(eh->eh_max),
167 int eh_max, entry_size;
173 if (ext2fs_le16_to_cpu(eh->eh_entries) > ext2fs_le16_to_cpu(eh->eh_max))
180 eh_max = (size - sizeof(*eh)) / entry_size;
183 if ((ext2fs_le16_to_cpu(eh->eh_max) > eh_max) ||
184 (ext2fs_le16_to_cpu(eh->eh_max) < (eh_max - 2)))
260 eh->eh_max = ext2fs_cpu_to_le16(i);
284 handle->path[0].max_entries = ext2fs_le16_to_cpu(eh->eh_max);
496 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max);
1051 neweh->eh_max = ext2fs_cpu_to_le16((handle->fs->blocksize -