Home
last modified time | relevance | path

Searched refs:UBI_IO_BITFLIPS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dio.c104 * o %UBI_IO_BITFLIPS if all the requested data were successfully read, but
170 return UBI_IO_BITFLIPS; in ubi_io_read()
198 err = UBI_IO_BITFLIPS; in ubi_io_read()
416 if (err == UBI_IO_BITFLIPS || mtd_is_eccerr(err)) { in torture_peb()
678 * o %UBI_IO_BITFLIPS if the CRC is correct, but bit-flips were detected
698 if (read_err != UBI_IO_BITFLIPS && !mtd_is_eccerr(read_err)) in ubi_io_read_ec_hdr()
778 return read_err ? UBI_IO_BITFLIPS : 0; in ubi_io_read_ec_hdr()
977 if (read_err && read_err != UBI_IO_BITFLIPS && !mtd_is_eccerr(read_err)) in ubi_io_read_vid_hdr()
1030 return read_err ? UBI_IO_BITFLIPS : 0; in ubi_io_read_vid_hdr()
1165 if (err && err != UBI_IO_BITFLIPS in self_check_peb_ec_hdr()
[all...]
H A Deba.c516 if (err > 0 && err != UBI_IO_BITFLIPS) { in check_mapping()
546 ubi_assert(err == 0 || err == UBI_IO_BITFLIPS); in check_mapping()
646 if (err && err != UBI_IO_BITFLIPS) { in ubi_eba_read_leb()
684 } else if (err == UBI_IO_BITFLIPS) in ubi_eba_read_leb()
696 if (err == UBI_IO_BITFLIPS) in ubi_eba_read_leb()
828 if (err && err != UBI_IO_BITFLIPS) { in try_recover_peb()
843 if (err && err != UBI_IO_BITFLIPS) in try_recover_peb()
1391 if (err && err != UBI_IO_BITFLIPS) { in ubi_eba_copy_leb()
1441 if (err != UBI_IO_BITFLIPS) { in ubi_eba_copy_leb()
H A Dfastmap.c441 if (err && err != UBI_IO_BITFLIPS) { in scan_pool()
446 } else if (err == UBI_IO_BITFLIPS) in scan_pool()
475 } else if (err == 0 || err == UBI_IO_BITFLIPS) { in scan_pool()
478 if (err == UBI_IO_BITFLIPS) in scan_pool()
884 if (ret && ret != UBI_IO_BITFLIPS) in ubi_scan_fastmap()
886 else if (ret == UBI_IO_BITFLIPS) in ubi_scan_fastmap()
951 if (ret && ret != UBI_IO_BITFLIPS) { in ubi_scan_fastmap()
957 } else if (ret == UBI_IO_BITFLIPS) in ubi_scan_fastmap()
976 if (ret && ret != UBI_IO_BITFLIPS) { in ubi_scan_fastmap()
1005 if (ret && ret != UBI_IO_BITFLIPS) { in ubi_scan_fastmap()
[all...]
H A Dattach.c493 if (err == UBI_IO_BITFLIPS) in ubi_compare_lebs()
514 if (err && err != UBI_IO_BITFLIPS && !mtd_is_eccerr(err)) in ubi_compare_lebs()
882 if (err == UBI_IO_BITFLIPS || mtd_is_eccerr(err)) { in check_corruption()
967 case UBI_IO_BITFLIPS: in scan_peb()
1050 case UBI_IO_BITFLIPS: in scan_peb()
1798 if (err && err != UBI_IO_BITFLIPS) { in self_check_ai()
H A Dwl.c772 if (err && err != UBI_IO_BITFLIPS) {
1535 if (force || err == UBI_IO_BITFLIPS) {
1993 if (err && err != UBI_IO_BITFLIPS) {
H A Dubi.h96 * UBI_IO_BITFLIPS: bit-flips were detected and corrected
107 UBI_IO_BITFLIPS, enumerator
H A Dvtbl.c408 if (err == UBI_IO_BITFLIPS || mtd_is_eccerr(err)) in process_lvol()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dio.c104 * o %UBI_IO_BITFLIPS if all the requested data were successfully read, but
170 return UBI_IO_BITFLIPS; in ubi_io_read()
198 err = UBI_IO_BITFLIPS; in ubi_io_read()
416 if (err == UBI_IO_BITFLIPS || mtd_is_eccerr(err)) { in torture_peb()
685 * o %UBI_IO_BITFLIPS if the CRC is correct, but bit-flips were detected
705 if (read_err != UBI_IO_BITFLIPS && !mtd_is_eccerr(read_err)) in ubi_io_read_ec_hdr()
785 return read_err ? UBI_IO_BITFLIPS : 0; in ubi_io_read_ec_hdr()
979 if (read_err && read_err != UBI_IO_BITFLIPS && !mtd_is_eccerr(read_err)) in ubi_io_read_vid_hdr()
1032 return read_err ? UBI_IO_BITFLIPS : 0; in ubi_io_read_vid_hdr()
1167 if (err && err != UBI_IO_BITFLIPS in self_check_peb_ec_hdr()
[all...]
H A Deba.c515 if (err > 0 && err != UBI_IO_BITFLIPS) { in check_mapping()
545 ubi_assert(err == 0 || err == UBI_IO_BITFLIPS); in check_mapping()
645 if (err && err != UBI_IO_BITFLIPS) { in ubi_eba_read_leb()
683 } else if (err == UBI_IO_BITFLIPS) in ubi_eba_read_leb()
695 if (err == UBI_IO_BITFLIPS) in ubi_eba_read_leb()
827 if (err && err != UBI_IO_BITFLIPS) { in try_recover_peb()
842 if (err && err != UBI_IO_BITFLIPS) in try_recover_peb()
1390 if (err && err != UBI_IO_BITFLIPS) { in ubi_eba_copy_leb()
1440 if (err != UBI_IO_BITFLIPS) { in ubi_eba_copy_leb()
H A Dfastmap.c441 if (err && err != UBI_IO_BITFLIPS) { in scan_pool()
446 } else if (err == UBI_IO_BITFLIPS) in scan_pool()
475 } else if (err == 0 || err == UBI_IO_BITFLIPS) { in scan_pool()
478 if (err == UBI_IO_BITFLIPS) in scan_pool()
906 if (ret && ret != UBI_IO_BITFLIPS) in ubi_scan_fastmap()
908 else if (ret == UBI_IO_BITFLIPS) in ubi_scan_fastmap()
973 if (ret && ret != UBI_IO_BITFLIPS) { in ubi_scan_fastmap()
979 } else if (ret == UBI_IO_BITFLIPS) in ubi_scan_fastmap()
998 if (ret && ret != UBI_IO_BITFLIPS) { in ubi_scan_fastmap()
1027 if (ret && ret != UBI_IO_BITFLIPS) { in ubi_scan_fastmap()
[all...]
H A Dattach.c493 if (err == UBI_IO_BITFLIPS) in ubi_compare_lebs()
514 if (err && err != UBI_IO_BITFLIPS && !mtd_is_eccerr(err)) in ubi_compare_lebs()
882 if (err == UBI_IO_BITFLIPS || mtd_is_eccerr(err)) { in check_corruption()
967 case UBI_IO_BITFLIPS: in scan_peb()
1050 case UBI_IO_BITFLIPS: in scan_peb()
1798 if (err && err != UBI_IO_BITFLIPS) { in self_check_ai()
H A Dwl.c776 if (err && err != UBI_IO_BITFLIPS) {
1545 if (force || err == UBI_IO_BITFLIPS) {
2003 if (err && err != UBI_IO_BITFLIPS) {
H A Dubi.h96 * UBI_IO_BITFLIPS: bit-flips were detected and corrected
107 UBI_IO_BITFLIPS, enumerator
H A Dvtbl.c408 if (err == UBI_IO_BITFLIPS || mtd_is_eccerr(err)) in process_lvol()

Completed in 24 milliseconds