Searched refs:ubi_warn (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/mtd/ubi/ |
D | eba.c | 423 ubi_warn("corrupted VID header at PEB " in ubi_eba_read_leb() 462 ubi_warn("CRC error: calculated %#08x, must be %#08x", in ubi_eba_read_leb() 570 ubi_warn("failed to write to PEB %d", new_pnum); in recover_peb() 615 ubi_warn("failed to write data to PEB %d", pnum); in ubi_eba_write_leb() 656 ubi_warn("failed to write VID header to LEB %d:%d, PEB %d", in ubi_eba_write_leb() 664 ubi_warn("failed to write %d bytes at offset %d of " in ubi_eba_write_leb() 778 ubi_warn("failed to write VID header to LEB %d:%d, PEB %d", in ubi_eba_write_leb_st() 785 ubi_warn("failed to write %d bytes of data to PEB %d", in ubi_eba_write_leb_st() 895 ubi_warn("failed to write VID header to LEB %d:%d, PEB %d", in ubi_eba_atomic_leb_change() 902 ubi_warn("failed to write %d bytes of data to PEB %d", in ubi_eba_atomic_leb_change() [all …]
|
D | io.c | 789 ubi_warn("no EC header found at PEB %d, " in ubi_io_read_ec_hdr() 804 ubi_warn("bad magic number at PEB %d: %08x instead of " in ubi_io_read_ec_hdr() 818 ubi_warn("bad EC header CRC at PEB %d, calculated " in ubi_io_read_ec_hdr() 1044 ubi_warn("no VID header found at PEB %d, " in ubi_io_read_vid_hdr() 1055 ubi_warn("bad magic number at PEB %d: %08x instead of " in ubi_io_read_vid_hdr() 1069 ubi_warn("bad CRC at PEB %d, calculated %#08x, " in ubi_io_read_vid_hdr()
|
D | ubi.h | 57 #define ubi_warn(fmt, ...) printk(KERN_WARNING "UBI warning: %s: " fmt "\n", \ macro 669 ubi_warn("switch to read-only mode"); in ubi_ro_mode()
|
D | vtbl.c | 455 ubi_warn("volume table copy #2 is corrupted"); in process_lvol() 478 ubi_warn("volume table copy #1 is corrupted"); in process_lvol() 616 ubi_warn("static volume %d misses %d LEBs - corrupted", in init_volumes()
|
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 | 768 ubi_warn("EC and VID headers are in the same minimal I/O unit, " in io_init() 820 ubi_warn("skip auto-resize because of R/O mode"); in autoresize()
|
D | scan.c | 1050 ubi_warn("valid VID header but corrupted EC header at PEB %d", in process_eb()
|
D | wl.c | 1115 ubi_warn("last PEB from the reserved pool was used"); in erase_worker()
|