Searched defs:MtdWriteContext (Results 1 – 2 of 2) sorted by relevance
45 struct MtdWriteContext { struct46 const MtdPartition *partition;47 char *buffer;48 size_t stored;49 int fd;51 off_t* bad_block_offsets;52 int bad_block_alloc;53 int bad_block_count;
47 typedef struct MtdWriteContext MtdWriteContext; typedef