Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:hdr

98 		struct ext4_extent_header *hdr =
100 hdr->eh_magic = EXT4_EXT_MAGIC;
101 hdr->eh_entries = allocation_len;
102 hdr->eh_max = 3;
103 hdr->eh_generation = 0;
104 hdr->eh_depth = 0;
108 struct ext4_extent_header *hdr =
110 hdr->eh_magic = EXT4_EXT_MAGIC;
111 hdr->eh_entries = 1;
112 hdr->eh_max = 3;
113 hdr->eh_generation = 0;
114 hdr->eh_depth = 1;
137 hdr = (struct ext4_extent_header *)data;
138 hdr->eh_magic = EXT4_EXT_MAGIC;
139 hdr->eh_entries = allocation_len;
140 hdr->eh_max = (info.block_size - sizeof(struct ext4_extent_header)) /
142 hdr->eh_generation = 0;
143 hdr->eh_depth = 0;