Searched refs:UBI_IO_BAD_EC_HDR (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dubi.h83 * UBI_IO_BAD_EC_HDR: the erase counter header is corrupted (bad magic or CRC)
91 UBI_IO_BAD_EC_HDR, enumerator in enum:__anon5146
H A Dio.c613 * o %UBI_IO_BAD_EC_HDR if the erase counter header is corrupted (a CRC error);
666 return err > 0 ? UBI_IO_BAD_EC_HDR : err;
683 return UBI_IO_BAD_EC_HDR;
695 return UBI_IO_BAD_EC_HDR;
H A Dscan.c754 else if (err == UBI_IO_BAD_EC_HDR) {

Completed in 54 milliseconds