Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Deba.c341 dbg_eba("erase LEB %d:%d, PEB %d", vol_id, lnum, pnum); in ubi_eba_unmap_leb()
390 dbg_eba("read %d bytes from offset %d of LEB %d:%d (unmapped)", in ubi_eba_read_leb()
398 dbg_eba("read %d bytes from offset %d of LEB %d:%d, PEB %d", in ubi_eba_read_leb()
692 dbg_eba("write %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb()
734 dbg_eba("write VID hdr and %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb()
857 dbg_eba("write VID hdr and %d bytes at LEB %d:%d, PEB %d, used_ebs %d", in ubi_eba_write_leb_st()
977 dbg_eba("change LEB %d:%d, PEB %d, write VID hdr to PEB %d", in ubi_eba_atomic_leb_change()
1415 dbg_eba("initialize EBA sub-system"); in ubi_eba_init()
1483 dbg_eba("EBA sub-system is initialized"); in ubi_eba_init()
Ddebug.h48 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) macro