Lines Matching refs:D1
77 D1(printk(KERN_DEBUG "jffs2_reserve_space(): Requested 0x%x bytes\n", minsize)); in jffs2_reserve_space()
80 D1(printk(KERN_DEBUG "jffs2_reserve_space(): alloc sem got\n")); in jffs2_reserve_space()
91 …D1(printk(KERN_DEBUG "Short on space, but total dirty size 0x%08x < sector size 0x%08x, so -ENOSPC… in jffs2_reserve_space()
95 …D1(printk(KERN_DEBUG "Triggering GC pass. nr_free_blocks %d, nr_erasing_blocks %d, free_size 0x%08… in jffs2_reserve_space()
116 D1(printk(KERN_DEBUG "jffs2_reserve_space: ret is %d\n", ret)); in jffs2_reserve_space()
130 D1(printk(KERN_DEBUG "jffs2_reserve_space_gc(): Requested 0x%x bytes\n", minsize)); in jffs2_reserve_space_gc()
136 D1(printk(KERN_DEBUG "jffs2_reserve_space_gc: looping, ret is %d\n", ret)); in jffs2_reserve_space_gc()
155 …D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to dirty_list (free 0x%08x, dirty 0x%08x, … in jffs2_do_reserve_space()
181 …D1(printk(KERN_DEBUG "Waiting for erases to complete. erasing_blocks is %d. (erasingempty: %s, era… in jffs2_do_reserve_space()
184 D1(printk(KERN_DEBUG "Triggering pending erases\n")); in jffs2_do_reserve_space()
213 D1(printk(KERN_DEBUG "jffs2_do_reserve_space(): Giving 0x%x bytes at 0x%x\n", *len, *ofs)); in jffs2_do_reserve_space()
236 …D1(printk(KERN_DEBUG "jffs2_add_physical_node_ref(): Node at 0x%x, size 0x%x\n", new->flash_offset… in jffs2_add_physical_node_ref()
264 …D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, … in jffs2_add_physical_node_ref()
278 D1(printk(KERN_DEBUG "jffs2_complete_reservation()\n")); in jffs2_complete_reservation()
296 …D1(printk(KERN_DEBUG "jffs2_mark_node_obsolete called with already obsolete node at 0x%08x\n", ref… in jffs2_mark_node_obsolete()
342 …D1(printk(KERN_DEBUG "Eraseblock at 0x%08x completely dirtied. Removing from (dirty?) list...\n", … in jffs2_mark_node_obsolete()
344 D1(printk(KERN_DEBUG "...and adding to erase_pending_list\n")); in jffs2_mark_node_obsolete()
349 D1(printk(KERN_DEBUG "Done OK\n")); in jffs2_mark_node_obsolete()
352 …D1(printk(KERN_DEBUG "Eraseblock at 0x%08x is freshly dirtied. Removing from clean list...\n", jeb… in jffs2_mark_node_obsolete()
354 D1(printk(KERN_DEBUG "...and adding to dirty_list\n")); in jffs2_mark_node_obsolete()
364 D1(printk(KERN_DEBUG "obliterating obsoleted node at 0x%08x\n", ref->flash_offset &~3)); in jffs2_mark_node_obsolete()
379 …D1(printk(KERN_DEBUG "Node at 0x%08x was already marked obsolete (nodetype 0x%04x\n", ref->flash_o… in jffs2_mark_node_obsolete()