Searched refs:dbg_ntype (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/fs/ubifs/ |
H A D | debug.h | 247 const char *dbg_ntype(int type);
|
H A D | io.c | 681 dbg_ntype(((struct ubifs_ch *)buf)->node_type), ubifs_wbuf_write_nolock() 864 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, ubifs_write_node() 905 dbg_ntype(type), len, dbg_jhead(wbuf->jhead)); ubifs_read_node_wbuf() 980 dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len); ubifs_read_node()
|
H A D | scan.c | 89 dbg_ntype(ch->node_type), lnum, offs); ubifs_scan_a_node()
|
H A D | debug.c | 140 const char *dbg_ntype(int type) dbg_ntype() function 225 dbg_ntype(ch->node_type)); dump_ch()
|
H A D | tnc.c | 445 dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len); try_read_node()
|
Completed in 278 milliseconds