Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
681 * o %UBI_IO_BAD_HDR if the erase counter header is corrupted (a CRC error);
682 * o %UBI_IO_BAD_HDR_EBADMSG is the same as %UBI_IO_BAD_HDR, but there also was
746 return UBI_IO_BAD_HDR; in ubi_io_read_ec_hdr()
762 return UBI_IO_BAD_HDR; in ubi_io_read_ec_hdr()
1004 return UBI_IO_BAD_HDR; in ubi_io_read_vid_hdr()
1019 return UBI_IO_BAD_HDR; in ubi_io_read_vid_hdr()
H A Deba.c522 case UBI_IO_BAD_HDR: in check_mapping()
657 err == UBI_IO_BAD_HDR) { in ubi_eba_read_leb()
1291 if (err == -EIO || err == -ENOMEM || err == UBI_IO_BAD_HDR || in is_error_sane()
H A Dattach.c979 case UBI_IO_BAD_HDR: in scan_peb()
1063 case UBI_IO_BAD_HDR: in scan_peb()
H A Dubi.h92 * UBI_IO_BAD_HDR: the EC or VID header is corrupted (bad magic or CRC)
93 * UBI_IO_BAD_HDR_EBADMSG: the same as %UBI_IO_BAD_HDR, but also there was a
105 UBI_IO_BAD_HDR, enumerator
/kernel/linux/linux-6.6/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()
688 * o %UBI_IO_BAD_HDR if the erase counter header is corrupted (a CRC error);
689 * o %UBI_IO_BAD_HDR_EBADMSG is the same as %UBI_IO_BAD_HDR, but there also was
753 return UBI_IO_BAD_HDR; in ubi_io_read_ec_hdr()
769 return UBI_IO_BAD_HDR; in ubi_io_read_ec_hdr()
1006 return UBI_IO_BAD_HDR; in ubi_io_read_vid_hdr()
1021 return UBI_IO_BAD_HDR; in ubi_io_read_vid_hdr()
H A Deba.c521 case UBI_IO_BAD_HDR: in check_mapping()
656 err == UBI_IO_BAD_HDR) { in ubi_eba_read_leb()
1290 if (err == -EIO || err == -ENOMEM || err == UBI_IO_BAD_HDR || in is_error_sane()
H A Dattach.c979 case UBI_IO_BAD_HDR: in scan_peb()
1063 case UBI_IO_BAD_HDR: in scan_peb()
H A Dubi.h92 * UBI_IO_BAD_HDR: the EC or VID header is corrupted (bad magic or CRC)
93 * UBI_IO_BAD_HDR_EBADMSG: the same as %UBI_IO_BAD_HDR, but also there was a
105 UBI_IO_BAD_HDR, enumerator

Completed in 15 milliseconds