Searched refs:ubi_warn (Results 1 – 11 of 11) sorted by relevance
/drivers/mtd/ubi/ |
D | eba.c | 425 ubi_warn("corrupted VID header at PEB %d, LEB %d:%d", in ubi_eba_read_leb() 463 ubi_warn("CRC error: calculated %#08x, must be %#08x", in ubi_eba_read_leb() 573 ubi_warn("failed to write to PEB %d", new_pnum); in recover_peb() 617 ubi_warn("failed to write data to PEB %d", pnum); in ubi_eba_write_leb() 658 ubi_warn("failed to write VID header to LEB %d:%d, PEB %d", in ubi_eba_write_leb() 666 ubi_warn("failed to write %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb() 779 ubi_warn("failed to write VID header to LEB %d:%d, PEB %d", in ubi_eba_write_leb_st() 786 ubi_warn("failed to write %d bytes of data to PEB %d", in ubi_eba_write_leb_st() 897 ubi_warn("failed to write VID header to LEB %d:%d, PEB %d", in ubi_eba_atomic_leb_change() 904 ubi_warn("failed to write %d bytes of data to PEB %d", in ubi_eba_atomic_leb_change() [all …]
|
D | io.c | 186 ubi_warn("error %d%s while reading %d bytes from PEB %d:%d, read only %zd bytes, retry", in ubi_io_read() 358 ubi_warn("error %d while erasing PEB %d, retry", in do_sync_erase() 377 ubi_warn("error while erasing PEB %d, retry", pnum); in do_sync_erase() 778 ubi_warn("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr() 793 ubi_warn("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr() 807 ubi_warn("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr() 1033 ubi_warn("no VID header found at PEB %d, only 0xFF bytes", in ubi_io_read_vid_hdr() 1044 ubi_warn("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_vid_hdr() 1058 ubi_warn("bad CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_vid_hdr()
|
D | misc.c | 131 …ubi_warn("number of bad PEBs (%d) is above the expected limit (%d), not reserving any PEBs for bad… in ubi_calculate_reserved()
|
D | vtbl.c | 449 ubi_warn("volume table copy #2 is corrupted"); in process_lvol() 472 ubi_warn("volume table copy #1 is corrupted"); in process_lvol() 611 ubi_warn("static volume %d misses %d LEBs - corrupted", in init_volumes()
|
D | ubi.h | 56 #define ubi_warn(fmt, ...) pr_warn("UBI warning: %s: " fmt "\n", \ macro 969 ubi_warn("switch to read-only mode"); in ubi_ro_mode()
|
D | kapi.c | 207 ubi_warn("volume %d on UBI device %d is corrupted", in ubi_open_volume() 414 ubi_warn("mark volume %d as corrupted", vol_id); in ubi_leb_read()
|
D | cdev.c | 137 ubi_warn("update of volume %d not finished, volume is damaged", in vol_cdev_release() 397 ubi_warn("volume %d on UBI device %d is corrupted", in vol_cdev_write()
|
D | build.c | 770 ubi_warn("EC and VID headers are in the same minimal I/O unit, switch to read-only mode"); in io_init() 810 ubi_warn("skip auto-resize because of R/O mode"); in autoresize()
|
D | wl.c | 1519 ubi_warn("no PEBs in the reserved pool, used an available PEB"); 1523 ubi_warn("last PEB from the reserve was used");
|
D | attach.c | 1035 ubi_warn("valid VID header but corrupted EC header at PEB %d", in scan_peb()
|
D | fastmap.c | 1524 ubi_warn("Unable to write new fastmap, err=%i", ret); in ubi_update_fastmap()
|