Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dattach.c121 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); in add_to_list()
123 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); in add_to_list()
125 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
160 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
296 dbg_bld("added volume %d", vol_id); in add_volume()
356 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
363 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
402 dbg_bld("PEB %d CRC error: calculated %#08x, must be %#08x", in ubi_compare_lebs()
408 dbg_bld("PEB %d CRC is OK", pnum); in ubi_compare_lebs()
416 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
[all …]
H A Dio.c765 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr()
782 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr()
796 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr()
1023 dbg_bld("no VID header found at PEB %d, only 0xFF bytes", in ubi_io_read_vid_hdr()
1036 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_vid_hdr()
1050 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_vid_hdr()
H A Dfastmap.c217 dbg_bld("found volume (ID %i)", vol_id); in add_vol()
324 dbg_bld("vol %i: AEB %i's PEB %i is the newer", in update_vol()
335 dbg_bld("vol %i: AEB %i's PEB %i is old, dropping it", in update_vol()
479 dbg_bld("scanning fastmap pool: size = %i", pool_size); in scan_pool()
523 dbg_bld("Adding PEB to free: %i", pnum); in scan_pool()
530 dbg_bld("Found non empty PEB:%i in pool", pnum); in scan_pool()
809 dbg_bld("inserting PEB:%i (LEB %i) to vol %i", in ubi_attach_fastmap()
1300 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum); in ubi_write_fastmap()
1320 dbg_bld("writing fastmap data to PEB %i sqnum %llu", in ubi_write_fastmap()
1344 dbg_bld("fastmap written!"); in ubi_write_fastmap()
H A Ddebug.h51 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dattach.c147 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 …]
H A Dio.c727 dbg_bld("no EC header found at PEB %d, only 0xFF bytes", in ubi_io_read_ec_hdr()
744 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_ec_hdr()
758 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_ec_hdr()
989 dbg_bld("no VID header found at PEB %d, only 0xFF bytes", in ubi_io_read_vid_hdr()
1002 dbg_bld("bad magic number at PEB %d: %08x instead of %08x", in ubi_io_read_vid_hdr()
1016 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", in ubi_io_read_vid_hdr()
H A Dfastmap.c192 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()
1337 dbg_bld("writing fastmap SB to PEB %i", new_fm->e[0]->pnum); in ubi_write_fastmap()
1357 dbg_bld("writing fastmap data to PEB %i sqnum %llu", in ubi_write_fastmap()
1381 dbg_bld("fastmap written!"); in ubi_write_fastmap()
H A Ddebug.h41 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) macro