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

/linux-4.4.14/drivers/mtd/ubi/
H A Dattach.c125 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); add_to_list()
127 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); add_to_list()
129 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); add_to_list()
164 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); add_corrupted()
300 dbg_bld("added volume %d", vol_id); add_volume()
360 dbg_bld("second PEB %d is newer, copy_flag is unset", ubi_compare_lebs()
367 dbg_bld("first PEB %d is newer, copy_flag is unset", ubi_compare_lebs()
406 dbg_bld("PEB %d CRC error: calculated %#08x, must be %#08x", ubi_compare_lebs()
412 dbg_bld("PEB %d CRC is OK", pnum); ubi_compare_lebs()
420 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); ubi_compare_lebs()
422 dbg_bld("first PEB %d is newer, copy_flag is set", pnum); ubi_compare_lebs()
462 dbg_bld("PEB %d, LEB %d:%d, EC %d, sqnum %llu, bitflips %d", ubi_add_to_av()
495 dbg_bld("this LEB already exists: PEB %d, sqnum %llu, EC %d", ubi_add_to_av()
636 dbg_bld("remove attaching information about volume %d", av->vol_id); ubi_remove_av()
718 dbg_bld("return free PEB %d, EC %d", aeb->pnum, aeb->ec); ubi_early_get_peb()
738 dbg_bld("return PEB %d, EC %d", aeb->pnum, aeb->ec); ubi_early_get_peb()
825 dbg_bld("scan PEB %d", pnum); scan_peb()
H A Dfastmap.c215 dbg_bld("found volume (ID %i)", vol_id); add_vol()
322 dbg_bld("vol %i: AEB %i's PEB %i is the newer", update_vol()
333 dbg_bld("vol %i: AEB %i's PEB %i is old, dropping it", update_vol()
471 dbg_bld("scanning fastmap pool: size = %i", pool_size); scan_pool()
515 dbg_bld("Adding PEB to free: %i", pnum); scan_pool()
522 dbg_bld("Found non empty PEB:%i in pool", pnum); scan_pool()
801 dbg_bld("inserting PEB:%i (LEB %i) to vol %i", ubi_attach_fastmap()
1285 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum);
1305 dbg_bld("writing fastmap data to PEB %i sqnum %llu",
1329 dbg_bld("fastmap written!");
H A Ddebug.h54 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro
H A Dio.c772 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", ubi_io_read_ec_hdr()
789 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", ubi_io_read_ec_hdr()
803 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", ubi_io_read_ec_hdr()
1035 dbg_bld("no VID header found at PEB %d, only 0xFF bytes", ubi_io_read_vid_hdr()
1048 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", ubi_io_read_vid_hdr()
1062 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", ubi_io_read_vid_hdr()

Completed in 115 milliseconds