/Linux-v4.19/drivers/mtd/ubi/ |
D | build.c | 182 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret); in ubi_volume_notify() 728 ubi_msg(ubi, "MTD device %d is write-protected, attach in read-only mode", in io_init() 796 ubi_msg(ubi, "volume %d (\"%s\") re-sized from %d to %d LEBs", in autoresize() 929 ubi_msg(ubi, "default fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_attach_mtd_dev() 930 ubi_msg(ubi, "default fastmap WL pool size: %d", in ubi_attach_mtd_dev() 942 ubi_msg(ubi, "attaching mtd%d", mtd->index); in ubi_attach_mtd_dev() 991 ubi_msg(ubi, "attached mtd%d (name \"%s\", size %llu MiB)", in ubi_attach_mtd_dev() 993 ubi_msg(ubi, "PEB size: %d bytes (%d KiB), LEB size: %d bytes", in ubi_attach_mtd_dev() 995 ubi_msg(ubi, "min./max. I/O unit sizes: %d/%d, sub-page size %d", in ubi_attach_mtd_dev() 997 ubi_msg(ubi, "VID header offset: %d (aligned %d), data offset: %d", in ubi_attach_mtd_dev() [all …]
|
D | misc.c | 116 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved() 158 void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...) in ubi_msg() function
|
D | io.c | 180 ubi_msg(ubi, "fixable bit-flip detected at PEB %d", in ubi_io_read() 380 ubi_msg(ubi, "run torture test for PEB %d", pnum); in torture_peb() 425 ubi_msg(ubi, "PEB %d passed torture test, do not mark it as bad", pnum); in torture_peb() 1333 ubi_msg(ubi, "data differ at position %d", i); in self_check_write() 1335 ubi_msg(ubi, "hex dump of the original buffer from %d to %d", in self_check_write() 1339 ubi_msg(ubi, "hex dump of the read buffer from %d to %d", in self_check_write() 1402 ubi_msg(ubi, "hex dump of the %d-%d region", offset, offset + len); in ubi_self_check_all_ff()
|
D | eba.c | 716 ubi_msg(ubi, "force data checking"); in ubi_eba_read_leb() 837 ubi_msg(ubi, "recover PEB %d, move data to PEB %d", in try_recover_peb() 887 ubi_msg(ubi, "data was successfully recovered"); in try_recover_peb() 935 ubi_msg(ubi, "try again"); in recover_peb() 1088 ubi_msg(ubi, "try another PEB"); in ubi_eba_write_leb() 1171 ubi_msg(ubi, "try another PEB"); in ubi_eba_write_leb_st() 1255 ubi_msg(ubi, "try another PEB"); in ubi_eba_atomic_leb_change()
|
D | vtbl.c | 454 ubi_msg(ubi, "volume table was restored"); in process_lvol() 477 ubi_msg(ubi, "volume table was restored"); in process_lvol() 775 ubi_msg(ubi, "finish volume %d removal", av->vol_id); in check_attaching_info()
|
D | wl.c | 866 ubi_msg(ubi, "scrubbed PEB %d (LEB %d:%d), data moved to PEB %d", 1141 ubi_msg(ubi, "mark PEB %d as bad", pnum); 1164 ubi_msg(ubi, "%d PEBs left in the reserve", 1310 ubi_msg(ubi, "schedule PEB %d for scrubbing", pnum); 1463 ubi_msg(ubi, "background thread \"%s\" started, PID %d", 1495 ubi_msg(ubi, "%s: %d consecutive failures",
|
D | attach.c | 1152 ubi_msg(ubi, "\"delete\" compatible internal volume %d:%d found, will remove it", in scan_peb() 1162 ubi_msg(ubi, "read-only compatible internal volume %d:%d found, switch to read-only mode", in scan_peb() 1168 ubi_msg(ubi, "\"preserve\" compatible internal volume %d:%d found", in scan_peb() 1268 ubi_msg(ubi, "empty MTD device detected"); in late_analysis() 1413 ubi_msg(ubi, "scanning is finished"); in scan_all()
|
D | debug.c | 52 ubi_msg(ubi, "dumping %d bytes of data from PEB %d, offset %d", in ubi_dump_flash() 667 ubi_msg(ubi, "XXXXXXXXXXXXXXX emulating a power cut XXXXXXXXXXXXXXXX"); in ubi_dbg_power_cut()
|
D | fastmap-wl.c | 223 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret); in ubi_wl_get_peb()
|
D | fastmap.c | 1079 ubi_msg(ubi, "attached by fastmap"); in ubi_scan_fastmap() 1080 ubi_msg(ubi, "fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_scan_fastmap() 1081 ubi_msg(ubi, "fastmap WL pool size: %d", in ubi_scan_fastmap()
|
D | ubi.h | 56 void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...);
|