Searched refs:dbg_dentlist (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/jffs2/ |
H A D | debug.h | 125 #define dbg_dentlist(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) macro 127 #define dbg_dentlist(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
H A D | nodelist.c | 30 dbg_dentlist("add dirent \"%s\", ino #%u\n", new->name, new->ino); in jffs2_add_fd_to_list() 36 dbg_dentlist("Eep! Marking new dirent node obsolete, old is \"%s\", ino #%u\n", in jffs2_add_fd_to_list() 41 dbg_dentlist("marking old dirent \"%s\", ino #%u obsolete\n", in jffs2_add_fd_to_list()
|