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 138 retval = ext2fs_get_mem(sizeof(struct ext2_image_hdr),
143 -(int)sizeof(struct ext2_image_hdr),
ext2fs.h 224 struct ext2_image_hdr * image_header;
    [all...]
  /external/e2fsprogs/misc/
e2image.c 57 static void write_header(int fd, struct ext2_image_hdr *hdr, int blocksize)
75 memcpy(header_buf, hdr, sizeof(struct ext2_image_hdr));
92 struct ext2_image_hdr hdr;
97 memset(&hdr, 0, sizeof(struct ext2_image_hdr));

Completed in 56 milliseconds