Searched refs:dbg_io (Results 1 – 5 of 5) sorted by relevance
/u-boot/fs/ubifs/ |
A D | io.c | 448 dbg_io("jhead %s", dbg_jhead(wbuf->jhead)); in wbuf_timer_callback_nolock() 465 dbg_io("set timer for jhead %s, %llu-%llu millisecs", in new_wbuf_timer_nolock() 512 dbg_io("LEB %d:%d, %d bytes, jhead %s", in ubifs_wbuf_sync_nolock() 627 dbg_io("synchronize"); in ubifs_bg_wbufs_sync() 690 dbg_io("%d bytes (%s) to jhead %s wbuf at LEB %d:%d", len, in ubifs_wbuf_write_nolock() 724 dbg_io("flush jhead %s wbuf to LEB %d:%d", in ubifs_wbuf_write_nolock() 759 dbg_io("flush jhead %s wbuf to LEB %d:%d", in ubifs_wbuf_write_nolock() 779 dbg_io("write %d bytes to LEB %d:%d", in ubifs_wbuf_write_nolock() 801 dbg_io("write %d bytes to LEB %d:%d", n, wbuf->lnum, in ubifs_wbuf_write_nolock() 873 dbg_io("LEB %d:%d, %s, length %d (aligned %d)", in ubifs_write_node() [all …]
|
A D | debug.h | 217 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) macro
|
A D | tnc.c | 445 dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len); in try_read_node() 1645 dbg_io("LEB %d:%d, length %d", lnum, offs, len); in read_wbuf()
|
/u-boot/drivers/mtd/ubi/ |
A D | io.c | 129 dbg_io("read %d bytes from PEB %d:%d", len, pnum, offset); in ubi_io_read() 238 dbg_io("write %d bytes to PEB %d:%d", len, pnum, offset); in ubi_io_write() 334 dbg_io("erase PEB %d", pnum); in do_sync_erase() 620 dbg_io("PEB %d is bad", pnum); in ubi_io_is_bad() 734 dbg_io("read EC header from PEB %d", pnum); in ubi_io_read_ec_hdr() 843 dbg_io("write EC header to PEB %d", pnum); in ubi_io_write_ec_hdr() 1008 dbg_io("read VID header from PEB %d", pnum); in ubi_io_read_vid_hdr() 1092 dbg_io("write VID header to PEB %d", pnum); in ubi_io_write_vid_hdr()
|
A D | debug.h | 53 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) macro
|
Completed in 13 milliseconds