Searched refs:dbg_fragtree2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/jffs2/ |
H A D | nodelist.c | 108 dbg_fragtree2("marking old node @0x%08x (0x%04x-0x%04x) obsolete\n", in jffs2_obsolete_node_frag() 203 dbg_fragtree2("add the new node at the right\n"); in no_overlapping_node() 206 dbg_fragtree2("insert the new node at the root of the tree\n"); in no_overlapping_node() 224 dbg_fragtree2("lookup gave frag 0x%04x-0x%04x; phys 0x%08x (*%p)\n", in jffs2_add_frag_to_fragtree() 228 dbg_fragtree2("lookup gave no frag\n"); in jffs2_add_frag_to_fragtree() 250 dbg_fragtree2("dealing with frag %u-%u, phys %#08x(%d).\n", in jffs2_add_frag_to_fragtree() 254 dbg_fragtree2("dealing with hole frag %u-%u.\n", in jffs2_add_frag_to_fragtree() 274 dbg_fragtree2("split old frag 0x%04x-0x%04x, phys 0x%08x\n", in jffs2_add_frag_to_fragtree() 277 dbg_fragtree2("split old hole frag 0x%04x-0x%04x\n", in jffs2_add_frag_to_fragtree() 532 dbg_fragtree2("root %p, offset %d\n", fragtree, offset); in jffs2_lookup_node_frag() [all …]
|
H A D | debug.h | 118 #define dbg_fragtree2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) macro 120 #define dbg_fragtree2(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|