Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/ubi/
Dio.c489 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR && in nor_erase_prepare()
500 if (err != UBI_IO_BAD_HDR_EBADMSG && err != UBI_IO_BAD_HDR && in nor_erase_prepare()
728 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_ec_hdr()
777 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_ec_hdr()
996 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_vid_hdr()
1034 return UBI_IO_BAD_HDR_EBADMSG; in ubi_io_read_vid_hdr()
Deba.c536 case UBI_IO_BAD_HDR_EBADMSG: in check_mapping()
542 if (err == UBI_IO_BAD_HDR_EBADMSG || err == UBI_IO_FF_BITFLIPS) in check_mapping()
669 if (err == UBI_IO_BAD_HDR_EBADMSG || in ubi_eba_read_leb()
1296 err == UBI_IO_BAD_HDR_EBADMSG || err == -ETIMEDOUT) in is_error_sane()
Dattach.c991 case UBI_IO_BAD_HDR_EBADMSG: in scan_peb()
1066 case UBI_IO_BAD_HDR_EBADMSG: in scan_peb()
1067 if (ec_err == UBI_IO_BAD_HDR_EBADMSG) in scan_peb()
Dubi.h119 UBI_IO_BAD_HDR_EBADMSG, enumerator
Dwl.c790 } else if (ubi->fast_attach && err == UBI_IO_BAD_HDR_EBADMSG) {