Home
last modified time | relevance | path

Searched refs:sm_printk (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dsm_ftl.c390 sm_printk("sector %d of block at LBA %d of zone %d" in sm_write_block()
447 sm_printk("marking block %d of zone %d as bad", block, zone); in sm_mark_block_bad()
476 sm_printk("attempted to erase the CIS!"); in sm_erase_block()
481 sm_printk("erase of block %d in zone %d failed", in sm_erase_block()
645 sm_printk("media has unknown size : %dMiB", size_in_megs); in sm_get_media_info()
736 sm_printk("media unstable, not allowing writes"); in sm_recheck_media()
821 sm_printk("collision" in sm_init_zone()
840 sm_printk("both blocks are valid, erasing the later"); in sm_init_zone()
850 sm_printk("no free blocks in zone %d", zone_num); in sm_init_zone()
1185 sm_printk("Found %d MiB xD/SmartMedia FTL on mtd%d", in sm_add_mtd()
H A Dsm_ftl.h71 #define sm_printk(format, ...) \ macro