Searched defs:MtdWriteContext (Results 1 – 4 of 4) sorted by relevance
38 struct MtdWriteContext { struct39 const MtdPartition *partition;40 char *buffer;41 size_t stored;42 int fd;44 off_t* bad_block_offsets;45 int bad_block_alloc;46 int bad_block_count;
50 typedef struct MtdWriteContext MtdWriteContext; typedef
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;
43 typedef struct MtdWriteContext MtdWriteContext; typedef