Searched refs:dbg_ntype (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | io.c | 700 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 918 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node() 959 dbg_ntype(type), len, dbg_jhead(wbuf->jhead)); in ubifs_read_node_wbuf() 1034 dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len); in ubifs_read_node()
|
D | scan.c | 89 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node()
|
D | debug.h | 249 const char *dbg_ntype(int type);
|
D | debug.c | 141 const char *dbg_ntype(int type) in dbg_ntype() function 226 dbg_ntype(ch->node_type)); in dump_ch()
|
D | tnc.c | 499 dbg_io("LEB %d:%d, %s, length %d", lnum, offs, dbg_ntype(type), len); in try_read_node()
|