Searched refs:ubi_msg (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c497 ubi_msg("MTD device %d is write-protected, attach in "
598 ubi_msg("attached mtd%d to ubi%d", ubi->mtd->index, ubi_devices_cnt);
599 ubi_msg("MTD device name: \"%s\"", ubi->mtd->name);
600 ubi_msg("MTD device size: %llu MiB", ubi->flash_size >> 20);
601 ubi_msg("physical eraseblock size: %d bytes (%d KiB)",
603 ubi_msg("logical eraseblock size: %d bytes", ubi->leb_size);
604 ubi_msg("number of good PEBs: %d", ubi->good_peb_count);
605 ubi_msg("number of bad PEBs: %d", ubi->bad_peb_count);
606 ubi_msg("smallest flash I/O unit: %d", ubi->min_io_size);
607 ubi_msg("VI
[all...]
H A Deba.c437 ubi_msg("force data checking");
504 ubi_msg("recover PEB %d, move data to PEB %d", pnum, new_pnum);
549 ubi_msg("data was successfully recovered");
568 ubi_msg("try again");
688 ubi_msg("try another PEB");
809 ubi_msg("try another PEB");
920 ubi_msg("try another PEB");
H A Dvtbl.c268 ubi_msg("create volume table (copy #%d)", copy + 1);
414 ubi_msg("volume table was restored");
437 ubi_msg("volume table was restored");
686 ubi_msg("finish volume %d removal", sv->vol_id);
H A Dscan.c820 ubi_msg("\"delete\" compatible internal volume %d:%d"
828 ubi_msg("read-only compatible internal volume %d:%d"
835 ubi_msg("\"preserve\" compatible internal volume %d:%d"
926 ubi_msg("empty MTD device detected");
H A Dwl.c1073 ubi_msg("reserve more %d PEBs", need);
1084 ubi_msg("mark PEB %d as bad", pnum);
1186 ubi_msg("schedule PEB %d for scrubbing", pnum);
1292 ubi_msg("background thread \"%s\" started, PID %d",
1323 ubi_msg("%s: %d consecutive failures",
H A Dubi.h53 #define ubi_msg(fmt, ...) printk(KERN_NOTICE "UBI: " fmt "\n", ##__VA_ARGS__) macro
H A Dvmt.c432 ubi_msg("reserve more %d PEBs", i);
527 ubi_msg("reserve more %d PEBs", pebs);
H A Dio.c160 ubi_msg("fixable bit-flip detected at PEB %d", pnum);

Completed in 52 milliseconds