Home
last modified time | relevance | path

Searched refs:ubi_msg (Results 1 – 13 of 13) sorted by relevance

/drivers/mtd/ubi/
A Dbuild.c194 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret); in ubi_volume_notify()
853 ubi_msg(ubi, "volume %d (\"%s\") re-sized from %d to %d LEBs", in autoresize()
971 ubi_msg(ubi, "default fastmap WL pool size: %d", in ubi_attach_mtd_dev()
983 ubi_msg(ubi, "attaching mtd%d", mtd->index); in ubi_attach_mtd_dev()
1029 ubi_msg(ubi, "attached mtd%d (name \"%s\", size %llu MiB)", in ubi_attach_mtd_dev()
1031 ubi_msg(ubi, "PEB size: %d bytes (%d KiB), LEB size: %d bytes", in ubi_attach_mtd_dev()
1033 ubi_msg(ubi, "min./max. I/O unit sizes: %d/%d, sub-page size %d", in ubi_attach_mtd_dev()
1035 ubi_msg(ubi, "VID header offset: %d (aligned %d), data offset: %d", in ubi_attach_mtd_dev()
1037 ubi_msg(ubi, "good PEBs: %d, bad PEBs: %d, corrupted PEBs: %d", in ubi_attach_mtd_dev()
1127 ubi_msg(ubi, "detaching mtd%d", ubi->mtd->index); in ubi_detach_mtd_dev()
[all …]
A Dio.c176 ubi_msg(ubi, "fixable bit-flip detected at PEB %d", in ubi_io_read()
399 ubi_msg(ubi, "run torture test for PEB %d", pnum); in torture_peb()
444 ubi_msg(ubi, "PEB %d passed torture test, do not mark it as bad", pnum); in torture_peb()
1352 ubi_msg(ubi, "data differ at position %d", i); in self_check_write()
1353 ubi_msg(ubi, "hex dump of the original buffer from %d to %d", in self_check_write()
1357 ubi_msg(ubi, "hex dump of the read buffer from %d to %d", in self_check_write()
1421 ubi_msg(ubi, "hex dump of the %d-%d region", offset, offset + len); in ubi_self_check_all_ff()
A Deba.c448 ubi_msg(ubi, "force data checking"); in ubi_eba_read_leb()
571 ubi_msg(ubi, "recover PEB %d, move data to PEB %d", in recover_peb()
618 ubi_msg(ubi, "data was successfully recovered"); in recover_peb()
639 ubi_msg(ubi, "try again"); in recover_peb()
764 ubi_msg(ubi, "try another PEB"); in ubi_eba_write_leb()
886 ubi_msg(ubi, "try another PEB"); in ubi_eba_write_leb_st()
1011 ubi_msg(ubi, "try another PEB"); in ubi_eba_atomic_leb_change()
A Dmisc.c106 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
A Dvtbl.c452 ubi_msg(ubi, "volume table was restored");
475 ubi_msg(ubi, "volume table was restored");
759 ubi_msg(ubi, "finish volume %d removal", av->vol_id);
A Dwl.c872 ubi_msg(ubi, "scrubbed PEB %d (LEB %d:%d), data moved to PEB %d",
1146 ubi_msg(ubi, "mark PEB %d as bad", pnum);
1169 ubi_msg(ubi, "%d PEBs left in the reserve",
1296 ubi_msg(ubi, "schedule PEB %d for scrubbing", pnum);
1449 ubi_msg(ubi, "background thread \"%s\" started, PID %d",
1481 ubi_msg(ubi, "%s: %d consecutive failures",
A Dattach.c1007 ubi_msg(ubi, "\"delete\" compatible internal volume %d:%d found, will remove it", in scan_peb()
1017 ubi_msg(ubi, "read-only compatible internal volume %d:%d found, switch to read-only mode", in scan_peb()
1023 ubi_msg(ubi, "\"preserve\" compatible internal volume %d:%d found", in scan_peb()
1118 ubi_msg(ubi, "empty MTD device detected"); in late_analysis()
1255 ubi_msg(ubi, "scanning is finished"); in scan_all()
A Ddebug.c44 ubi_msg(ubi, "dumping %d bytes of data from PEB %d, offset %d", in ubi_dump_flash()
537 ubi_msg(ubi, "XXXXXXXXXXXXXXX emulating a power cut XXXXXXXXXXXXXXXX"); in ubi_dbg_power_cut()
A Dubi.h46 #define ubi_msg(ubi, fmt, ...) macro
48 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ macro
A Dfastmap-wl.c221 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret); in ubi_wl_get_peb()
A Dfastmap.c1072 ubi_msg(ubi, "attached by fastmap"); in ubi_scan_fastmap()
1073 ubi_msg(ubi, "fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_scan_fastmap()
1074 ubi_msg(ubi, "fastmap WL pool size: %d", in ubi_scan_fastmap()
/drivers/mtd/ubispl/
A Dubispl.h133 #define ubi_msg(fmt, ...) macro
135 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
A Dubispl.c264 ubi_msg("Bad magic in block 0%d %08x", pnum, magic); in ubi_io_read_vid_hdr()
271 ubi_msg("Bad CRC in block 0%d", pnum); in ubi_io_read_vid_hdr()
841 ubi_msg("attached by fastmap %uMB %u blocks", in ubi_scan_fastmap()
1123 ubi_msg("Loading VolName %s (VolId #%d)", lv->name, lv->vol_id); in ubispl_load_volumes()
1125 ubi_msg("Loading VolId #%d", lv->vol_id); in ubispl_load_volumes()

Completed in 47 milliseconds