Searched refs:dbg_bld (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
D | attach.c | 147 dbg_bld("added volume %d", vol_id); in find_or_add_av() 235 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); in add_to_list() 237 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); in add_to_list() 239 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list() 272 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted() 309 dbg_bld("add to fastmap list: PEB %d, vol_id %d, sqnum: %llu", pnum, in add_fastmap() 474 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs() 481 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs() 520 dbg_bld("PEB %d CRC error: calculated %#08x, must be %#08x", in ubi_compare_lebs() 526 dbg_bld("PEB %d CRC is OK", pnum); in ubi_compare_lebs() [all …]
|
D | fastmap.c | 192 dbg_bld("found volume (ID %i)", vol_id); in add_vol() 290 dbg_bld("vol %i: AEB %i's PEB %i is the newer", in update_vol() 302 dbg_bld("vol %i: AEB %i's PEB %i is old, dropping it", in update_vol() 422 dbg_bld("scanning fastmap pool: size = %i", pool_size); in scan_pool() 466 dbg_bld("Adding PEB to free: %i", pnum); in scan_pool() 476 dbg_bld("Found non empty PEB:%i in pool", pnum); in scan_pool() 760 dbg_bld("inserting PEB:%i (LEB %i) to vol %i", in ubi_attach_fastmap() 1336 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum); in ubi_write_fastmap() 1356 dbg_bld("writing fastmap data to PEB %i sqnum %llu", in ubi_write_fastmap() 1380 dbg_bld("fastmap written!"); in ubi_write_fastmap()
|
D | io.c | 746 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr() 763 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr() 777 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()
|
D | debug.h | 41 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro
|