Searched refs:UBI_IO_BAD_HDR_EBADMSG (Results 1 - 5 of 5) 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 &&
701 * o %UBI_IO_BAD_HDR_EBADMSG is the same as %UBI_IO_BAD_HDR, but there also was
734 return UBI_IO_BAD_HDR_EBADMSG;
783 return UBI_IO_BAD_HDR_EBADMSG;
823 return UBI_IO_BAD_HDR_EBADMSG;
1029 return UBI_IO_BAD_HDR_EBADMSG;
1067 return UBI_IO_BAD_HDR_EBADMSG;
1102 return UBI_IO_BAD_HDR_EBADMSG;
H A Deba.c519 case UBI_IO_BAD_HDR_EBADMSG:
525 if (err == UBI_IO_BAD_HDR_EBADMSG || err == UBI_IO_FF_BITFLIPS)
652 if (err == UBI_IO_BAD_HDR_EBADMSG ||
1288 err == UBI_IO_BAD_HDR_EBADMSG || err == -ETIMEDOUT)
H A Dattach.c978 case UBI_IO_BAD_HDR_EBADMSG:
1053 case UBI_IO_BAD_HDR_EBADMSG:
1054 if (ec_err == UBI_IO_BAD_HDR_EBADMSG)
H A Dubi.h96 * UBI_IO_BAD_HDR_EBADMSG: the same as %UBI_IO_BAD_HDR, but also there was a
109 UBI_IO_BAD_HDR_EBADMSG, enumerator in enum:__anon175
H A Dwl.c814 } else if (ubi->fast_attach && err == UBI_IO_BAD_HDR_EBADMSG) {

Completed in 182 milliseconds