Home
last modified time | relevance | path

Searched refs:dbg_bld (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mtd/ubi/
Dattach.c125 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); in add_to_list()
127 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); in add_to_list()
129 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
164 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
300 dbg_bld("added volume %d", vol_id); in add_volume()
360 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
367 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
406 dbg_bld("PEB %d CRC error: calculated %#08x, must be %#08x", in ubi_compare_lebs()
412 dbg_bld("PEB %d CRC is OK", pnum); in ubi_compare_lebs()
420 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
[all …]
Dio.c772 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr()
789 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr()
803 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr()
1035 dbg_bld("no VID header found at PEB %d, only 0xFF bytes", in ubi_io_read_vid_hdr()
1048 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_vid_hdr()
1062 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_vid_hdr()
Dfastmap.c213 dbg_bld("found volume (ID %i)", vol_id); in add_vol()
320 dbg_bld("vol %i: AEB %i's PEB %i is the newer", in update_vol()
331 dbg_bld("vol %i: AEB %i's PEB %i is old, dropping it", in update_vol()
469 dbg_bld("scanning fastmap pool: size = %i", pool_size); in scan_pool()
513 dbg_bld("Adding PEB to free: %i", pnum); in scan_pool()
520 dbg_bld("Found non empty PEB:%i in pool", pnum); in scan_pool()
794 dbg_bld("inserting PEB:%i (LEB %i) to vol %i", in ubi_attach_fastmap()
1278 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum); in ubi_write_fastmap()
1298 dbg_bld("writing fastmap data to PEB %i sqnum %llu", in ubi_write_fastmap()
1322 dbg_bld("fastmap written!"); in ubi_write_fastmap()
Ddebug.h54 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro