• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/

Lines Matching refs:ref_offset

263 		D1(printk(KERN_DEBUG "Node at 0x%08x is obsolete... skipping\n", ref_offset(raw)));
277 D1(printk(KERN_DEBUG "Going to garbage collect node at 0x%08x\n", ref_offset(raw)));
318 D1(printk(KERN_DEBUG "jffs2_garbage_collect_pass collecting from block @0x%08x. Node @0x%08x(%d), ino #%u\n", jeb->offset, ref_offset(raw), ref_flags(raw), ic->ino));
435 printk(KERN_ERR "Error garbage collecting node at %08x!\n", ref_offset(jeb->gc_node));
538 ref_offset(raw), f->inocache->ino);
542 jffs2_dbg_dump_node(c, ref_offset(raw));
563 D1(printk(KERN_DEBUG "Going to GC REF_PRISTINE node at 0x%08x\n", ref_offset(raw)));
588 ret = jffs2_flash_read(c, ref_offset(raw), rawlen, &retlen, (char *)node);
597 ref_offset(raw), je32_to_cpu(node->u.hdr_crc), crc);
606 ref_offset(raw), je32_to_cpu(node->i.node_crc), crc);
614 ref_offset(raw), je32_to_cpu(node->i.data_crc), crc);
624 ref_offset(raw), je32_to_cpu(node->d.node_crc), crc);
629 printk(KERN_WARNING "Name in dirent node at 0x%08x contains zeroes\n", ref_offset(raw));
637 ref_offset(raw), je32_to_cpu(node->d.name_crc), crc);
646 ref_offset(raw), je16_to_cpu(node->u.nodetype));
699 D1(printk(KERN_DEBUG "WHEEE! GC REF_PRISTINE node at 0x%08x succeeded\n", ref_offset(raw)));
888 D1(printk(KERN_DEBUG "Check potential deletion dirent at %08x\n", ref_offset(raw)));
892 ret = jffs2_flash_read(c, ref_offset(raw), rawlen, &retlen, (char *)rd);
894 printk(KERN_WARNING "jffs2_g_c_deletion_dirent(): Read error (%d) reading obsolete node at %08x\n", ret, ref_offset(raw));
900 retlen, rawlen, ref_offset(raw));
925 ref_offset(fd->raw), fd->name, ref_offset(raw), je32_to_cpu(rd->ino)));
973 ret = jffs2_flash_read(c, ref_offset(fn->raw), sizeof(ri), &readlen, (char *)&ri);
980 ref_offset(fn->raw),
986 ref_offset(fn->raw),
993 ref_offset(fn->raw),
1000 printk(KERN_WARNING "jffs2_garbage_collect_hole: Node 0x%08x wasn't a hole node!\n", ref_offset(fn->raw));
1170 frag->ofs, frag->ofs+frag->size, ref_offset(raw)));
1220 frag->ofs, frag->ofs+frag->size, ref_offset(raw)));