Searched refs:dbg_summary (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/jffs2/ |
D | summary.c | 45 dbg_summary("returned successfully\n"); in jffs2_sum_init() 52 dbg_summary("called\n"); in jffs2_sum_exit() 75 dbg_summary("inode (%u) added to summary\n", in jffs2_sum_add_mem() 81 dbg_summary("dirent (%u) added to summary\n", in jffs2_sum_add_mem() 88 dbg_summary("xattr (xid=%u, version=%u) added to summary\n", in jffs2_sum_add_mem() 94 dbg_summary("xref added to summary\n"); in jffs2_sum_add_mem() 110 dbg_summary("called with %u\n", size); in jffs2_sum_add_padding_mem() 198 dbg_summary("already empty\n"); in jffs2_sum_clean_collected() 212 dbg_summary("called\n"); in jffs2_sum_reset_collected() 219 dbg_summary("called\n"); in jffs2_sum_disable_collecting() [all …]
|
D | debug.h | 146 #define dbg_summary(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) macro 148 #define dbg_summary(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
D | nodemgmt.c | 369 dbg_summary("minsize=%d , jeb->free=%d ," in jffs2_do_reserve_space() 387 dbg_summary("generating summary for 0x%08x.\n", jeb->offset); in jffs2_do_reserve_space()
|
D | scan.c | 612 dbg_summary("no summary found in jeb 0x%08x. Apply original scan.\n",jeb->offset); in jffs2_scan_eraseblock() 944 dbg_summary("There is not enough space for " in jffs2_scan_eraseblock()
|