Home | History | Annotate | Download | only in debugfs

Lines Matching defs:eh

1723 		struct ext3_extent_header *eh;
1725 eh = (struct ext3_extent_header *) &inode.i_block[0];
1726 eh->eh_depth = 0;
1727 eh->eh_entries = 0;
1728 eh->eh_magic = ext2fs_cpu_to_le16(EXT3_EXT_MAGIC);
1729 i = (sizeof(inode.i_block) - sizeof(*eh)) /
1731 eh->eh_max = ext2fs_cpu_to_le16(i);