Searched defs:read_block (Results 1 – 2 of 2) sorted by relevance
33 int (*read_block)(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size); member
282 static int read_block(const MtdPartition *partition, int fd, char *data) in read_block() function