Home
last modified time | relevance | path

Searched refs:ubi_warn (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mtd/ubi/
H A Dio.c174 ubi_warn(ubi, "error %d%s while reading %d bytes from PEB %d:%d, read only %zd bytes, retry", in ubi_io_read()
202 ubi_warn(ubi, "cannot read %d bytes from PEB %d:%d (emulated)", in ubi_io_read()
208 ubi_warn(ubi, "ECC error (emulated) while reading %d bytes from PEB %d:%d, read %zd bytes", in ubi_io_read()
341 ubi_warn(ubi, "error %d while erasing PEB %d, retry", in do_sync_erase()
744 ubi_warn(ubi, "no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr()
759 ubi_warn(ubi, "bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr()
773 ubi_warn(ubi, "bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr()
801 ubi_warn(ubi, "cannot read EC header from PEB %d (emulated)", in ubi_io_read_ec_hdr()
807 ubi_warn(ubi, "bit-all-ff (emulated)"); in ubi_io_read_ec_hdr()
812 ubi_warn(ubi, "bit-all-ff with error reported by MTD driver (emulated)"); in ubi_io_read_ec_hdr()
[all …]
H A Deba.c653 ubi_warn(ubi, "corrupted VID header at PEB %d, LEB %d:%d", in ubi_eba_read_leb()
709 ubi_warn(ubi, "CRC error: calculated %#08x, must be %#08x", in ubi_eba_read_leb()
876 ubi_warn(ubi, "failed to write to PEB %d", new_pnum); in try_recover_peb()
960 ubi_warn(ubi, "failed to write VID header to LEB %d:%d, PEB %d", in try_write_vid_and_data()
968 ubi_warn(ubi, in try_write_vid_and_data()
983 ubi_warn(ubi, "failed to return physical eraseblock %d, error %d", in try_write_vid_and_data()
989 ubi_warn(ubi, "failed to return physical eraseblock %d, error %d", in try_write_vid_and_data()
1039 ubi_warn(ubi, "failed to write data to PEB %d", pnum); in ubi_eba_write_leb()
1387 ubi_warn(ubi, "error %d while reading data from PEB %d", in ubi_eba_copy_leb()
1437 ubi_warn(ubi, "error %d while reading VID header back from PEB %d", in ubi_eba_copy_leb()
[all …]
H A Dmisc.c120ubi_warn(ubi, "number of bad PEBs (%d) is above the expected limit (%d), not reserving any PEBs fo… in ubi_calculate_reserved()
161 void ubi_warn(const struct ubi_device *ubi, const char *fmt, ...) in ubi_warn() function
H A Dkapi.c202 ubi_warn(ubi, "volume %d on UBI device %d is corrupted", in ubi_open_volume()
461 ubi_warn(ubi, "mark volume %d as corrupted", vol_id); in ubi_leb_read()
501 ubi_warn(ubi, "mark volume %d as corrupted", vol_id); in ubi_leb_read_sg()
H A Dubi.h47 void ubi_warn(const struct ubi_device *ubi, const char *fmt, ...);
1148 ubi_warn(ubi, "switch to read-only mode"); in ubi_ro_mode()
1176 ubi_warn(ubi, "XXXXX emulating a power cut when writing data XXXXX"); in ubi_io_write_data()
H A Dvtbl.c437 ubi_warn(ubi, "volume table copy #2 is corrupted"); in process_lvol()
460 ubi_warn(ubi, "volume table copy #1 is corrupted"); in process_lvol()
612 ubi_warn(ubi, "static volume %d misses %d LEBs - corrupted", in init_volumes()
H A Dcdev.c126 ubi_warn(vol->ubi, "update of volume %d not finished, volume is damaged", in vol_cdev_release()
366 ubi_warn(ubi, "volume %d on UBI device %d is corrupted", in vol_cdev_write()
H A Dbuild.c747 ubi_warn(ubi, "EC and VID headers are in the same minimal I/O unit, switch to read-only mode"); in io_init()
787 ubi_warn(ubi, "skip auto-resize because of R/O mode"); in autoresize()
H A Dwl.c1215 ubi_warn(ubi, "no PEBs in the reserved pool, used an available PEB");
1220 ubi_warn(ubi, "last PEB from the reserve was used");
H A Dattach.c1172 ubi_warn(ubi, "valid VID header but corrupted EC header at PEB %d", in scan_peb()
H A Dfastmap.c1632 ubi_warn(ubi, "Unable to write new fastmap, err=%i", ret); in ubi_update_fastmap()