Home
last modified time | relevance | path

Searched refs:UBI_IO_BAD_HDR_EBADMSG (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubi-wrapper.h43 UBI_IO_BAD_HDR_EBADMSG, enumerator
/openbmc/u-boot/drivers/mtd/ubi/
H A Dio.c517 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR && in nor_erase_prepare()
525 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR && in nor_erase_prepare()
753 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_ec_hdr()
802 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_ec_hdr()
1017 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_vid_hdr()
1055 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_vid_hdr()
H A Dattach.c848 case UBI_IO_BAD_HDR_EBADMSG: in scan_peb()
923 case UBI_IO_BAD_HDR_EBADMSG: in scan_peb()
924 if (ec_err == UBI_IO_BAD_HDR_EBADMSG) in scan_peb()
H A Deba.c415 if (err == UBI_IO_BAD_HDR_EBADMSG || in ubi_eba_read_leb()
1034 err == UBI_IO_BAD_HDR_EBADMSG || err == -ETIMEDOUT) in is_error_sane()
H A Dubi.h111 UBI_IO_BAD_HDR_EBADMSG, enumerator
/openbmc/linux/drivers/mtd/ubi/
H A Dio.c476 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR && in nor_erase_prepare()
487 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR && in nor_erase_prepare()
722 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_ec_hdr()
771 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_ec_hdr()
985 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_vid_hdr()
1023 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_vid_hdr()
H A Deba.c522 case UBI_IO_BAD_HDR_EBADMSG: in check_mapping()
528 if (err == UBI_IO_BAD_HDR_EBADMSG || err == UBI_IO_FF_BITFLIPS) in check_mapping()
655 if (err == UBI_IO_BAD_HDR_EBADMSG || in ubi_eba_read_leb()
1291 err == UBI_IO_BAD_HDR_EBADMSG || err == -ETIMEDOUT) in is_error_sane()
H A Dattach.c978 case UBI_IO_BAD_HDR_EBADMSG: in scan_peb()
1053 case UBI_IO_BAD_HDR_EBADMSG: in scan_peb()
1054 if (ec_err == UBI_IO_BAD_HDR_EBADMSG) in scan_peb()
H A Dubi.h106 UBI_IO_BAD_HDR_EBADMSG, enumerator
H A Dwl.c802 } else if (ubi->fast_attach && err == UBI_IO_BAD_HDR_EBADMSG) {