Searched refs:UBI_IO_BAD_HDR (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dio.c488 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR &&
499 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR &&
700 * o %UBI_IO_BAD_HDR if the erase counter header is corrupted (a CRC error);
701 * o %UBI_IO_BAD_HDR_EBADMSG is the same as %UBI_IO_BAD_HDR, but there also was
765 return UBI_IO_BAD_HDR;
781 return UBI_IO_BAD_HDR;
818 return UBI_IO_BAD_HDR;
1050 return UBI_IO_BAD_HDR;
1065 return UBI_IO_BAD_HDR;
1097 return UBI_IO_BAD_HDR;
[all...]
H A Deba.c518 case UBI_IO_BAD_HDR:
653 err == UBI_IO_BAD_HDR) {
1287 if (err == -EIO || err == -ENOMEM || err == UBI_IO_BAD_HDR ||
H A Dubi.h95 * UBI_IO_BAD_HDR: the EC or VID header is corrupted (bad magic or CRC)
96 * UBI_IO_BAD_HDR_EBADMSG: the same as %UBI_IO_BAD_HDR, but also there was a
108 UBI_IO_BAD_HDR, enumerator in enum:__anon175
H A Dattach.c979 case UBI_IO_BAD_HDR:
1063 case UBI_IO_BAD_HDR:

Completed in 193 milliseconds