HomeSort by relevance Sort by last modified time
    Searched refs:ext2_image_hdr (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
e2image.h 16 struct ext2_image_hdr { struct
openfs.c 134 retval = ext2fs_get_mem(sizeof(struct ext2_image_hdr),
139 -(int)sizeof(struct ext2_image_hdr),
ext2fs.h 231 struct ext2_image_hdr * image_header;
    [all...]
  /external/e2fsprogs/misc/
e2image.c 55 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 58 milliseconds