Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:eh_max

79 			ext2fs_le16_to_cpu(eh->eh_max),
135 int eh_max, entry_size;
141 if (ext2fs_le16_to_cpu(eh->eh_entries) > ext2fs_le16_to_cpu(eh->eh_max))
148 eh_max = (size - sizeof(*eh)) / entry_size;
151 if ((ext2fs_le16_to_cpu(eh->eh_max) > eh_max) ||
152 (ext2fs_le16_to_cpu(eh->eh_max) < (eh_max - 2)))
228 eh->eh_max = ext2fs_cpu_to_le16(i);
253 handle->path[0].max_entries = ext2fs_le16_to_cpu(eh->eh_max);
459 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max);
953 neweh->eh_max = ext2fs_cpu_to_le16((handle->fs->blocksize -