Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Deba.c1319 dbg_wl("copy LEB %d:%d, PEB %d to PEB %d", vol_id, lnum, from, to); in ubi_eba_copy_leb()
1340 dbg_wl("volume %d is being removed, cancel", vol_id); in ubi_eba_copy_leb()
1361 dbg_wl("contention on LEB %d:%d, cancel", vol_id, lnum); in ubi_eba_copy_leb()
1371 dbg_wl("LEB %d:%d is no longer mapped to PEB %d, mapped to PEB %d, cancel", in ubi_eba_copy_leb()
1384 dbg_wl("read %d bytes of data", aldata_size); in ubi_eba_copy_leb()
H A Ddebug.h37 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) macro