Searched refs:dbg_fragtree2 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.c92 dbg_fragtree2("marking the last fragment 0x%08x-0x%08x REF_PRISTINE.\n",
106 dbg_fragtree2("marking old node @0x%08x (0x%04x-0x%04x) obsolete\n",
111 dbg_fragtree2("marking old node @0x%08x (0x%04x-0x%04x) REF_NORMAL. frags is %d\n",
125 dbg_fragtree2("insert frag (0x%04x-0x%04x)\n", newfrag->ofs, newfrag->ofs + newfrag->size);
185 dbg_fragtree2("add hole frag %#04x-%#04x on the right of the new frag.\n",
189 dbg_fragtree2("Add hole frag %#04x-%#04x to the root of the tree.\n",
201 dbg_fragtree2("add the new node at the right\n");
204 dbg_fragtree2("insert the new node at the root of the tree\n");
222 dbg_fragtree2("lookup gave frag 0x%04x-0x%04x; phys 0x%08x (*%p)\n",
226 dbg_fragtree2("looku
[all...]
H A Ddebug.h133 #define dbg_fragtree2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) macro
135 #define dbg_fragtree2(fmt, ...) macro

Completed in 52 milliseconds