Searched refs:dbg_readinode (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/jffs2/ |
D | readinode.c | 52 …dbg_readinode("no need to check node at %#08x, data length %u, data starts at %#08x - it has alrea… in check_node_data() 61 …dbg_readinode("check node at %#08x, data length %u, partial CRC %#08x, correct CRC %#08x, data sta… in check_node_data() 160 dbg_readinode("check node %#04x-%#04x, phys offs %#08x\n", in check_tn_node() 168 dbg_readinode("CRC error, mark it obsolete.\n"); in check_tn_node() 180 dbg_readinode("root %p, offset %d\n", tn_root, offset); in jffs2_lookup_tn() 225 …dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, r… in jffs2_add_tn_to_tree() 235 dbg_readinode("kill old mdata with ver %d\n", rii->mdata_tn->version); in jffs2_add_tn_to_tree() 238 dbg_readinode("kill new mdata with ver %d (older than existing %d\n", in jffs2_add_tn_to_tree() 245 dbg_readinode("keep new mdata with ver %d\n", tn->version); in jffs2_add_tn_to_tree() 266 …dbg_readinode("'this' found %#04x-%#04x (%s)\n", this->fn->ofs, this->fn->ofs + this->fn->size, th… in jffs2_add_tn_to_tree() [all …]
|
D | debug.h | 101 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) macro 103 #define dbg_readinode(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|