Searched refs:ext2_image_hdr (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A De2image.h16 struct ext2_image_hdr { struct
H A Dopenfs.c134 retval = ext2fs_get_mem(sizeof(struct ext2_image_hdr),
139 -(int)sizeof(struct ext2_image_hdr),
H A Dext2fs.h231 struct ext2_image_hdr * image_header;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A De2image.c55 static void write_header(int fd, struct ext2_image_hdr *hdr, int blocksize)
73 memcpy(header_buf, hdr, sizeof(struct ext2_image_hdr));
90 struct ext2_image_hdr hdr;
95 memset(&hdr, 0, sizeof(struct ext2_image_hdr));

Completed in 40 milliseconds