OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2_image_hdr
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/ext2fs/
e2image.h
15
struct
ext2_image_hdr
{
struct
openfs.c
185
retval = ext2fs_get_mem(sizeof(struct
ext2_image_hdr
),
190
-(int)sizeof(struct
ext2_image_hdr
),
ext2fs.h
250
struct
ext2_image_hdr
* image_header;
[
all
...]
/external/e2fsprogs/misc/
e2image.c
236
struct
ext2_image_hdr
hdr;
240
write_header(fd, NULL, sizeof(struct
ext2_image_hdr
), fs->blocksize);
241
memset(&hdr, 0, sizeof(struct
ext2_image_hdr
));
293
write_header(fd, &hdr, sizeof(struct
ext2_image_hdr
), fs->blocksize);
[
all
...]
Completed in 445 milliseconds