Home
last modified time | relevance | path

Searched refs:D1 (Results 1 – 25 of 40) sorted by relevance

12

/linux-2.4.37.9/fs/jffs2/
Dbuild.c92 D1(printk(KERN_DEBUG "Scanned flash completely\n")); in jffs2_build_filesystem()
96 D1(printk(KERN_DEBUG "Pass 1: ino #%u\n", ic->ino)); in jffs2_build_filesystem()
99 D1(printk(KERN_WARNING "Eep. jffs2_build_inode_pass1 for ino %d returned %d\n", ic->ino, ret)); in jffs2_build_filesystem()
103 D1(printk(KERN_DEBUG "Pass 1 complete\n")); in jffs2_build_filesystem()
111 D1(printk(KERN_DEBUG "Pass 2 (re)starting\n")); in jffs2_build_filesystem()
114D1(printk(KERN_DEBUG "Pass 2: ino #%u, nlink %d, ic %p, nodes %p\n", ic->ino, ic->nlink, ic, ic->n… in jffs2_build_filesystem()
127 D1(printk(KERN_DEBUG "Pass 2 complete\n")); in jffs2_build_filesystem()
133 D1(printk(KERN_DEBUG "Pass 3: ino #%u, ic %p, nodes %p\n", ic->ino, ic, ic->nodes)); in jffs2_build_filesystem()
136D1(printk(KERN_WARNING "Why no scan struct for ino #%u which has nlink %d?\n", ic->ino, ic->nlink)… in jffs2_build_filesystem()
148 D1(printk(KERN_DEBUG "Pass 3 complete\n")); in jffs2_build_filesystem()
[all …]
Dnodemgmt.c77 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()
91D1(printk(KERN_DEBUG "Short on space, but total dirty size 0x%08x < sector size 0x%08x, so -ENOSPC… in jffs2_reserve_space()
95D1(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()
155D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to dirty_list (free 0x%08x, dirty 0x%08x, … in jffs2_do_reserve_space()
181D1(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()
[all …]
Dbackground.c80 D1(printk(KERN_DEBUG "JFFS2: Garbage collect thread is pid %d\n", pid)); in jffs2_start_garbage_collect_thread()
91 D1(printk(KERN_DEBUG "jffs2: Killing GC task %d\n", c->gc_task->pid)); in jffs2_stop_garbage_collect_thread()
120 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread sleeping...\n")); in jffs2_garbage_collect_thread()
143D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGSTOP received.\n")); in jffs2_garbage_collect_thread()
149D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGKILL received.\n")); in jffs2_garbage_collect_thread()
156 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGHUP received.\n")); in jffs2_garbage_collect_thread()
159 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): signal %ld received\n", signr)); in jffs2_garbage_collect_thread()
169 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): pass\n")); in jffs2_garbage_collect_thread()
176D1(printk(KERN_DEBUG "thread_should_wake(): nr_free_blocks %d, nr_erasing_blocks %d, dirty_size 0x… in thread_should_wake()
Dfile.c95 D1(printk(KERN_DEBUG "jffs2_setattr(): ino #%lu\n", inode->i_ino)); in jffs2_setattr()
111 D1(printk(KERN_DEBUG "jffs2_setattr(): Writing %d bytes of kdev_t\n", mdatalen)); in jffs2_setattr()
122 D1(printk(KERN_DEBUG "jffs2_setattr(): Writing %d bytes of symlink target\n", mdatalen)); in jffs2_setattr()
231D1(printk(KERN_DEBUG "jffs2_do_readpage_nolock(): ino #%lu, page at offset 0x%x\n", inode->i_ino, … in jffs2_do_readpage_nolock()
251D1(printk(KERN_NOTICE "Eep. Hole in ino %ld fraglist. frag->ofs = 0x%08x, offset = 0x%08x\n", inod… in jffs2_do_readpage_nolock()
253 D1(jffs2_print_frag_list(f)); in jffs2_do_readpage_nolock()
255 D1(printk(KERN_DEBUG "Filling non-frag hole from %d-%d\n", offset, offset+holesize)); in jffs2_do_readpage_nolock()
261 D1(printk(KERN_NOTICE "Eep. Overlap in ino #%ld fraglist. frag->ofs = 0x%08x, offset = 0x%08x\n", in jffs2_do_readpage_nolock()
263 D1(jffs2_print_frag_list(f)); in jffs2_do_readpage_nolock()
271D1(printk(KERN_DEBUG "Filling frag hole from %d-%d (frag 0x%x 0x%x)\n", offset, holeend, frag->ofs… in jffs2_do_readpage_nolock()
[all …]
Dcompr_zlib.c71 D1(printk(KERN_DEBUG "Allocated %d bytes for deflate workspace\n", zlib_deflate_workspacesize())); in jffs2_zlib_init()
78 D1(printk(KERN_DEBUG "Allocated %d bytes for inflate workspace\n", zlib_inflate_workspacesize())); in jffs2_zlib_init()
115 D1(printk(KERN_DEBUG "calling deflate with avail_in %d, avail_out %d\n", in zlib_compress()
118D1(printk(KERN_DEBUG "deflate returned with avail_in %d, avail_out %d, total_in %ld, total_out %ld… in zlib_compress()
121 D1(printk(KERN_DEBUG "deflate in loop returned %d\n", ret)); in zlib_compress()
133 D1(printk(KERN_DEBUG "final deflate returned %d\n", ret)); in zlib_compress()
137 D1(printk(KERN_DEBUG "zlib compressed %ld bytes into %ld\n", in zlib_compress()
Dnodelist.c47 D1(printk(KERN_DEBUG "jffs2_add_fd_to_list( %p, %p (->%p))\n", new, list, *list)); in jffs2_add_fd_to_list()
53 D1(printk(KERN_DEBUG "Eep! Marking new dirent node obsolete\n")); in jffs2_add_fd_to_list()
54D1(printk(KERN_DEBUG "New dirent is \"%s\"->ino #%u. Old is \"%s\"->ino #%u\n", new->name, new->in… in jffs2_add_fd_to_list()
58 D1(printk(KERN_DEBUG "Marking old dirent node (ino #%u) obsolete\n", (*prev)->ino)); in jffs2_add_fd_to_list()
110 D1(printk(KERN_DEBUG "jffs2_get_inode_nodes(): ino #%lu\n", ino)); in jffs2_get_inode_nodes()
118 D1(printk(KERN_DEBUG "node at 0x%08x is obsoleted. Ignoring.\n", ref->flash_offset &~3)); in jffs2_get_inode_nodes()
137 D1(printk(KERN_DEBUG "Node at %08x is a dirent node\n", ref->flash_offset &~3)); in jffs2_get_inode_nodes()
194 D1(printk(KERN_DEBUG "Adding fd \"%s\", ino #%u\n", fd->name, fd->ino)); in jffs2_get_inode_nodes()
199 D1(printk(KERN_DEBUG "Node at %08x is a data node\n", ref->flash_offset &~3)); in jffs2_get_inode_nodes()
207 D1(printk(KERN_DEBUG "version %d, highest_version now %d\n", node.i.version, *highest_version)); in jffs2_get_inode_nodes()
[all …]
Dscan.c117 D1(printk(KERN_DEBUG "Adding all-dirty block at 0x%08x to erase_pending_list\n", jeb->offset)); in jffs2_scan_medium()
171 D1(printk(KERN_DEBUG "jffs2_scan_eraseblock(): Scanning block at 0x%x\n", ofs)); in jffs2_scan_eraseblock()
176 D1(printk(KERN_DEBUG "Block at 0x%08x is empty (erased)\n", jeb->offset)); in jffs2_scan_eraseblock()
200D1(printk(KERN_DEBUG "Fewer than %d bytes left to end of block. Not reading\n", sizeof(struct jffs… in jffs2_scan_eraseblock()
208 D1(printk(KERN_WARNING "mtd->read(0x%x bytes from 0x%x) returned %d\n", sizeof(node), ofs, err)); in jffs2_scan_eraseblock()
212 D1(printk(KERN_WARNING "Read at 0x%x gave only 0x%x bytes\n", ofs, retlen)); in jffs2_scan_eraseblock()
219 D1(printk(KERN_DEBUG "Found empty flash at 0x%x\n", ofs)); in jffs2_scan_eraseblock()
232 D1(printk(KERN_DEBUG "Empty bitmask at 0x%08x\n", ofs)); in jffs2_scan_eraseblock()
341 D1(printk(KERN_DEBUG "Block at 0x%08x: free 0x%08x, dirty 0x%08x, used 0x%08x\n", jeb->offset, in jffs2_scan_eraseblock()
364D1(printk(KERN_WARNING "jffs2_scan_empty(): Read 0x%x bytes at 0x%08x returned %d\n", min((__u32)P… in jffs2_scan_empty()
[all …]
Dgc.c70 D1(printk(KERN_DEBUG "Picking block from bad_used_list to GC next\n")); in jffs2_find_gc_block()
74 D1(printk(KERN_DEBUG "Picking block from dirty_list to GC next\n")); in jffs2_find_gc_block()
77 D1(printk(KERN_DEBUG "Picking block from clean_list to GC next\n")); in jffs2_find_gc_block()
80 D1(printk(KERN_DEBUG "Picking block from dirty_list to GC next (clean_list was empty)\n")); in jffs2_find_gc_block()
135 D1(printk(KERN_DEBUG "garbage collect from block at phys 0x%08x\n", jeb->offset)); in jffs2_garbage_collect_pass()
145 D1(printk(KERN_DEBUG "Node at 0x%08x is obsolete... skipping\n", raw->flash_offset &~3)); in jffs2_garbage_collect_pass()
156 D1(printk(KERN_DEBUG "Going to garbage collect node at 0x%08x\n", raw->flash_offset &~3)); in jffs2_garbage_collect_pass()
166 D1(printk(KERN_DEBUG "Inode number is #%u\n", ic->ino)); in jffs2_garbage_collect_pass()
170D1(printk(KERN_DEBUG "jffs2_garbage_collect_pass collecting from block @0x%08x. Node @0x%08x, ino … in jffs2_garbage_collect_pass()
188 D1(printk(KERN_DEBUG "ilookup() failed for ino #%u; inode is probably deleted.\n", in jffs2_garbage_collect_pass()
[all …]
Dreadinode.c50 D1(void jffs2_print_frag_list(struct jffs2_inode_info *f) in D1() function
70D1(printk(KERN_DEBUG "jffs2_add_full_dnode_to_inode(ino #%u, f %p, fn %p)\n", f->inocache->ino, f,…
176 D1(printk(KERN_DEBUG "split old frag 0x%04x-0x%04x -->", this->ofs, this->ofs+this->size); in jffs2_add_full_dnode_to_fraglist()
227 D1(printk(KERN_DEBUG "Truncating fraglist to 0x%08x bytes\n", size)); in jffs2_truncate_fraglist()
233 D1(printk(KERN_DEBUG "Removing frag 0x%08x-0x%08x\n", this->ofs, this->ofs+this->size)); in jffs2_truncate_fraglist()
237D1(printk(KERN_DEBUG "Truncating frag 0x%08x-0x%08x\n", (*list)->ofs, (*list)->ofs + (*list)->size… in jffs2_truncate_fraglist()
259 D1(printk(KERN_DEBUG "jffs2_read_inode(): inode->i_ino == %lu\n", inode->i_ino)); in jffs2_read_inode()
278 D1(printk(KERN_DEBUG "jffs2_read_inode(): Creating inocache for root inode\n")); in jffs2_read_inode()
289D1(printk(KERN_DEBUG "jffs2_read_inode(): ino #%lu nlink is %d\n", (unsigned long)inode->i_ino, f-… in jffs2_read_inode()
308 D1(printk(KERN_DEBUG "Obsoleting old metadata at 0x%08x\n", f->metadata->raw->flash_offset &~3)); in jffs2_read_inode()
[all …]
Derase.c86D1(printk(KERN_DEBUG "Erase at 0x%08x failed: %d. Refiling on erase_pending_list\n", jeb->offset, … in jffs2_erase_block()
120 D1(printk(KERN_DEBUG "Starting erase of pending block 0x%08x\n", jeb->offset)); in jffs2_erase_pending_blocks()
139 D1(printk(KERN_DEBUG "jffs2_erase_pending_blocks completed\n")); in jffs2_erase_pending_blocks()
158 D1(printk(KERN_DEBUG "Erase completed successfully at 0x%08x\n", instr->addr)); in jffs2_erase_callback()
213 D1(printk(KERN_DEBUG "Removed nodes in range 0x%08x-0x%08x from ino #%u\n", in jffs2_remove_node_refs_from_ino_list()
235 D1(printk(KERN_DEBUG "inocache for ino #%u is all gone now. Freeing\n", ic->ino)); in jffs2_remove_node_refs_from_ino_list()
244 D1(printk(KERN_DEBUG "Freeing all node refs for eraseblock offset 0x%08x\n", jeb->offset)); in jffs2_free_all_node_refs()
295 D1(printk(KERN_DEBUG "Verifying erase at 0x%08x\n", jeb->offset)); in jffs2_mark_erased_blocks()
335 D1(printk(KERN_DEBUG "Writing erased marker to block at 0x%08x\n", jeb->offset)); in jffs2_mark_erased_blocks()
Dwrite.c55 D1(printk(KERN_DEBUG "jffs2_new_inode(): dir_i %ld, mode 0x%x\n", dir_i->i_ino, mode)); in jffs2_new_inode()
82 D1(printk(KERN_DEBUG "jffs2_new_inode(): Assigned ino# %d\n", ri->ino)); in jffs2_new_inode()
151 D1(printk(KERN_DEBUG "read failed or short in writecheck(). ret %d, retlen %d\n", ret, retlen)); in writecheck()
185 D1(if(ri->hdr_crc != crc32(0, ri, sizeof(struct jffs2_unknown_node)-4)) { in jffs2_write_dnode()
252D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x with dsize 0x%x, csize 0x%x, node_crc… in jffs2_write_dnode()
270D1(printk(KERN_DEBUG "jffs2_write_dirent(ino #%u, name at *0x%p \"%s\"->ino #%u, name_crc 0x%08x)\… in jffs2_write_dirent()
273 D1(if(rd->hdr_crc != crc32(0, rd, sizeof(struct jffs2_unknown_node)-4)) { in jffs2_write_dirent()
Dsuper.c200 D1(printk(KERN_DEBUG "jffs2: read_super for device %s\n", kdevname(sb->s_dev))); in jffs2_read_super()
213 D1(printk(KERN_DEBUG "jffs2: MTD device #%u doesn't appear to exist\n", MINOR(sb->s_dev))); in jffs2_read_super()
249 D1(printk(KERN_DEBUG "build_fs failed\n")); in jffs2_read_super()
255 D1(printk(KERN_DEBUG "jffs2_read_super(): Getting root inode\n")); in jffs2_read_super()
258 D1(printk(KERN_WARNING "get root inode failed\n")); in jffs2_read_super()
262 D1(printk(KERN_DEBUG "jffs2_read_super(): d_alloc_root()\n")); in jffs2_read_super()
303 D1(printk(KERN_DEBUG "jffs2_put_super returning\n")); in jffs2_put_super()
Ddir.c99 D1(printk(KERN_DEBUG "jffs2_lookup()\n")); in jffs2_lookup()
142 D1(printk(KERN_DEBUG "jffs2_readdir() for dir_i #%lu\n", filp->f_dentry->d_inode->i_ino)); in jffs2_readdir()
150 D1(printk(KERN_DEBUG "Dirent 0: \".\", ino #%lu\n", inode->i_ino)); in jffs2_readdir()
156 D1(printk(KERN_DEBUG "Dirent 1: \"..\", ino #%lu\n", filp->f_dentry->d_parent->d_inode->i_ino)); in jffs2_readdir()
211 D1(printk(KERN_DEBUG "jffs2_create()\n")); in jffs2_create()
218 D1(printk(KERN_DEBUG "jffs2_create(): reserved 0x%x bytes\n", alloclen)); in jffs2_create()
227 D1(printk(KERN_DEBUG "jffs2_new_inode() failed\n")); in jffs2_create()
244 D1(printk(KERN_DEBUG "jffs2_create created file with mode 0x%x\n", ri->mode)); in jffs2_create()
248 D1(printk(KERN_DEBUG "jffs2_write_dnode() failed\n")); in jffs2_create()
273 D1(printk(KERN_DEBUG "jffs2_reserve_space() for dirent failed\n")); in jffs2_create()
[all …]
Dmalloc.c211 D1(printk(KERN_DEBUG "Allocated inocache at %p\n", ret)); in jffs2_alloc_inode_cache()
217 D1(printk(KERN_DEBUG "Freeing inocache at %p\n", x)); in jffs2_free_inode_cache()
Dnodelist.h49 #define D1(x) x macro
51 #define D1(x) macro
245 D1(void jffs2_print_frag_list(struct jffs2_inode_info *f));
Dread.c72D1(printk(KERN_DEBUG "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x,… in jffs2_read_dnode()
85 D1(if(ofs + len > ri->dsize) { in jffs2_read_dnode()
/linux-2.4.37.9/fs/jffs/
Dintrep.c563 D1(printk("jffs_build_fs: Cleaning up all control structures," in jffs_build_fs()
621 D1(jffs_print_hash_table(c)); in jffs_build_fs()
622 D1(jffs_print_tree(c->root, 0)); in jffs_build_fs()
684 D1(printk("check_partly_erased_sector():checking sector which contains" in check_partly_erased_sectors()
702 D1(printk("Flipping bits detected in re-read round:%i of %i\n", in check_partly_erased_sectors()
704 D1(printk("check_partly_erased_sectors:flipping bits detected" in check_partly_erased_sectors()
712 D1(printk("check_partly_erased_sector():erasing sector starting 0x%x.\n", in check_partly_erased_sectors()
725 D1(printk("JFFS: Erase of flash sector @0x%x successful.\n", in check_partly_erased_sectors()
786 D1(printk("jffs_scan_flash(): start pos = 0x%lx, end = 0x%lx\n", in jffs_scan_flash()
824 D1(printk("jffs_scan_flash(): 0xffffffff at pos 0x%lx.\n", in jffs_scan_flash()
[all …]
Djffs_fm.h40 #define D1(x) D(x) macro
43 #define D1(x) macro
Dinode-v23.c81 D1(printk(KERN_NOTICE "JFFS: Trying to mount device %s.\n", in jffs_read_super()
144 D1(printk(KERN_NOTICE "JFFS: GC thread pid=%d.\n", (int) c->thread_pid)); in jffs_read_super()
146 D1(printk(KERN_NOTICE "JFFS: Successfully mounted device %s.\n", in jffs_read_super()
166 D1(kdev_t dev = sb->s_dev); in jffs_put_super()
175 D1(printk (KERN_NOTICE "jffs_put_super(): Telling gc thread to die.\n")); in jffs_put_super()
180 D1(printk (KERN_NOTICE "jffs_put_super(): Successfully waited on thread.\n")); in jffs_put_super()
183 D1(printk(KERN_NOTICE "JFFS: Successfully unmounted device %s.\n", in jffs_put_super()
223 D1(printk("***jffs_setattr(): file: \"%s\", ino: %u\n", in jffs_setattr()
278 D1(printk("jffs_notify_change(): Changing size " in jffs_setattr()
799 D1({ in jffs_mkdir()
[all …]
Dintrep.h75 D1(printk("JFFS_ENOUGH_SPACE: jffs_garbage_collect_now() failed.\n")); in JFFS_ENOUGH_SPACE()
/linux-2.4.37.9/arch/sh64/lib/
Dcopy_user_memcpy.S56 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
57 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
58 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
59 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
/linux-2.4.37.9/arch/m68k/fpsp040/
Dsrem_mod.S165 movel -4(%a0),%d2 | ...(D0,D1,D2) is |X|
179 subl %d6,%d0 | ...(D0,D1,D2) is normalized
193 orl %d7,%d1 | ...(D0,D1,D2) normalized
198 addil #0x00003FFE,%d0 | ...(D0,D1,D2) normalized
211 |..(Carry,D1,D2) is R
227 |..At this point carry = 0, R = (D1,D2), Y = (D4,D5)
241 |..If Carry is set, then Y < (Carry,D1,D2) < 2Y. Otherwise, Carry = 0
242 |..and Y < (D1,D2) < 2Y. Either way, perform R - Y
259 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y.
264 |..k = L, j = 0, Carry = 0, R = (D1,D2) = X - QY, R < Y.
[all …]
Dslog2.S33 | flag. Otherwise, save FPCR in D1; set FpCR to default.
48 | flag. Otherwise, save FPCR in D1; set FpCR to default.
62 | flag. Otherwise, save FPCR in D1; set FpCR to default.
77 | flag. Otherwise, save FPCR in D1; set FpCR to default.
/linux-2.4.37.9/arch/cris/kernel/
Dfasttimer.c113 #define D1(x) macro
269 D1(printk("start_timer1 : %d us freq: %i div: %i\n", in start_timer1()
309 D1(printk("sft %s %d us\n", name, delay_us)); in start_one_shot_timer()
457 D1(printk("t: %is %06ius\n", tv.tv_sec, tv.tv_usec)); in timer1_handler()
498 D1(printk(".\n")); in timer1_handler()
529 D1(printk("e! %d\n", us)); in timer1_handler()
537 D1(printk("t1 stop!\n")); in timer1_handler()
567 D1(printk("schedule_usleep(%d)\n", us)); in schedule_usleep()
575 D1(printk("done schedule_usleep(%d)\n", us)); in schedule_usleep()
/linux-2.4.37.9/Documentation/power/
Dpci.txt44 | D0 | D1, D2, D3|
46 | D1 | D2, D3 |
50 | D1, D2, D3 | D0 |
181 context is preserved when entering D1, but the screen is placed into a low power
290 | 14 | D1 |

12