Searched refs:D2 (Results 1 – 13 of 13) sorted by relevance
/fs/jffs2/ |
D | read.c | 110 D2(printk(KERN_DEBUG "Read %d bytes to %p\n", je32_to_cpu(ri->csize), in jffs2_read_dnode() 127 D2(printk(KERN_DEBUG "Data CRC matches calculated CRC %08x\n", crc)); in jffs2_read_dnode() 129 D2(printk(KERN_DEBUG "Decompress %d bytes from %p to %d bytes at %p\n", in jffs2_read_dnode() 169 D2(printk(KERN_DEBUG "jffs2_read_inode_range: offset %d, end %d\n", offset, end)); in jffs2_read_inode_range() 199 D2(printk(KERN_DEBUG "node read done\n")); in jffs2_read_inode_range() 208 D2(printk(KERN_DEBUG "node read was OK. Looping\n")); in jffs2_read_inode_range()
|
D | compr.c | 269 D2(list_for_each_entry(this, &jffs2_compressor_list, list) { in jffs2_register_compressor() 280 D2(struct jffs2_compressor *this;) in jffs2_unregister_compressor() 293 D2(list_for_each_entry(this, &jffs2_compressor_list, list) { in jffs2_unregister_compressor()
|
D | debug.h | 59 #define D2(x) x macro 61 #define D2(x) macro
|
D | file.c | 81 …D2(printk(KERN_DEBUG "jffs2_do_readpage_nolock(): ino #%lu, page at offset 0x%lx\n", inode->i_ino,… in jffs2_do_readpage_nolock() 101 D2(printk(KERN_DEBUG "readpage finished\n")); in jffs2_do_readpage_nolock()
|
D | compr_zlib.c | 161 D2(printk(KERN_DEBUG "inflate skipping adler32\n")); in jffs2_zlib_decompress()
|
D | dir.c | 154 …D2(printk(KERN_DEBUG "Skipping dirent: \"%s\", ino #%u, type %d, because curofs %ld < offset %ld\n… in jffs2_readdir() 159 D2(printk(KERN_DEBUG "Skipping deletion dirent \"%s\"\n", fd->name)); in jffs2_readdir() 163 …D2(printk(KERN_DEBUG "Dirent %ld: \"%s\", ino #%u, type %d\n", offset, fd->name, fd->ino, fd->type… in jffs2_readdir()
|
D | super.c | 175 D2(printk(KERN_DEBUG "jffs2: jffs2_put_super()\n")); in jffs2_put_super()
|
D | scan.c | 459 D2(printk(KERN_NOTICE "jffs_check_nand_cleanmarker returned %d\n",ret)); in jffs2_scan_eraseblock() 561 D2(printk(KERN_NOTICE "jffs2_check_oob_empty returned %d\n",ret)); in jffs2_scan_eraseblock() 758 D2(printk(KERN_DEBUG "Node at 0x%08x is obsolete. Skipping\n", ofs)); in jffs2_scan_eraseblock()
|
D | nodemgmt.c | 596 D2(printk(KERN_DEBUG "Not moving nextblock 0x%08x to dirty/erase_pending list\n", jeb->offset)); in jffs2_mark_node_obsolete() 625 D2(printk(KERN_DEBUG "Not moving gcblock 0x%08x to dirty_list\n", jeb->offset)); in jffs2_mark_node_obsolete()
|
D | erase.c | 270 D2({ in jffs2_remove_node_refs_from_ino_list()
|
D | fs.c | 362 D2(printk(KERN_DEBUG "jffs2_dirty_inode() not calling setattr() for ino #%lu\n", inode->i_ino)); in jffs2_dirty_inode()
|
D | write.c | 349 D2(printk(KERN_DEBUG "jffs2_commit_write() loop: 0x%x to write to 0x%x\n", writelen, offset)); in jffs2_write_inode_range()
|
D | wbuf.c | 1051 D2(printk(KERN_DEBUG "Found %02x at %x in OOB for " in jffs2_check_oob_empty()
|