Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:hdr

99 		struct ext4_extent_header *hdr =
101 hdr->eh_magic = EXT4_EXT_MAGIC;
102 hdr->eh_entries = allocation_len;
103 hdr->eh_max = 3;
104 hdr->eh_generation = 0;
105 hdr->eh_depth = 0;
109 struct ext4_extent_header *hdr =
111 hdr->eh_magic = EXT4_EXT_MAGIC;
112 hdr->eh_entries = 1;
113 hdr->eh_max = 3;
114 hdr->eh_generation = 0;
115 hdr->eh_depth = 1;
138 hdr = (struct ext4_extent_header *)data;
139 hdr->eh_magic = EXT4_EXT_MAGIC;
140 hdr->eh_entries = allocation_len;
141 hdr->eh_max = (info.block_size - sizeof(struct ext4_extent_header)) /
143 hdr->eh_generation = 0;
144 hdr->eh_depth = 0;