Searched refs:dbg_io (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dio.c500 dbg_io("jhead %s", dbg_jhead(wbuf->jhead));
525 dbg_io("set timer for jhead %s, %llu-%llu millisecs",
568 dbg_io("LEB %d:%d, %d bytes, jhead %s",
637 dbg_io("LEB %d:%d, jhead %s", lnum, offs, dbg_jhead(wbuf->jhead));
682 dbg_io("synchronize");
745 dbg_io("%d bytes (%s) to jhead %s wbuf at LEB %d:%d", len,
783 dbg_io("flush jhead %s wbuf to LEB %d:%d",
816 dbg_io("flush jhead %s wbuf to LEB %d:%d",
836 dbg_io("write %d bytes to LEB %d:%d",
859 dbg_io("writ
[all...]
H A Ddebug.h188 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) macro
H A Dtnc.c488 dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len);
1690 dbg_io("LEB %d:%d, length %d", lnum, offs, len);
/linux-master/drivers/mtd/ubi/
H A Dio.c120 dbg_io("read %d bytes from PEB %d:%d", len, pnum, offset);
241 dbg_io("write %d bytes to PEB %d:%d", len, pnum, offset);
324 dbg_io("erase PEB %d", pnum);
598 dbg_io("PEB %d is bad", pnum);
712 dbg_io("read EC header from PEB %d", pnum);
850 dbg_io("write EC header to PEB %d", pnum);
1018 dbg_io("read VID header from PEB %d", pnum);
1131 dbg_io("write VID header to PEB %d", pnum);
H A Ddebug.h39 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) macro

Completed in 215 milliseconds