Searched refs:REF_PRISTINE (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dxattr.c139 if (ref_flags(xd->node) == REF_PRISTINE)
186 raw->flash_offset = ref_offset(raw) | ((xd->node==raw) ? REF_PRISTINE : REF_NORMAL);
207 BUG_ON(ref_flags(xd->node) != REF_PRISTINE);
323 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd);
490 raw->flash_offset = ref_offset(raw) | ((ref->node==raw) ? REF_PRISTINE : REF_NORMAL);
536 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(sizeof(rr)), (void *)ref);
783 if (ref_flags(ref->node) != REF_PRISTINE) {
1293 | ((xd->node == (void *)raw) ? REF_PRISTINE : REF_NORMAL);
H A Dscan.c352 = jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL);
362 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (void *)xd);
419 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rr->totlen)), (void *)ref);
888 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(node->totlen)), NULL);
1051 fd->raw = jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rd->totlen)), ic);
H A Dgc.c260 if (ref_flags(raw) == REF_PRISTINE) {
301 2. Inode is not in-core, node is REF_PRISTINE. We lock the
313 if (ref_flags(raw) == REF_PRISTINE)
316 D1(printk(KERN_DEBUG "Ino #%u is absent but node not REF_PRISTINE. Reading.\n",
478 if (ref_flags(raw) == REF_PRISTINE) {
535 D1(printk(KERN_DEBUG "Going to GC REF_PRISTINE node at 0x%08x\n", ref_offset(raw)));
568 printk(KERN_WARNING "Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
577 printk(KERN_WARNING "Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
585 printk(KERN_WARNING "Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
595 printk(KERN_WARNING "Node CRC failed on REF_PRISTINE diren
[all...]
H A Dnodelist.h135 #define REF_PRISTINE 2 /* Completely clean. GC without looking */ macro
142 /* NB: REF_PRISTINE for an inode-less node (ref->next_in_ino == NULL) indicates
179 someone from doing a read_inode() while we're moving a 'REF_PRISTINE'
H A Dnodelist.c88 * REF_PRISTINE irrespective of its size. */
90 dbg_fragtree2("marking the last fragment 0x%08x-0x%08x REF_PRISTINE.\n",
92 frag->node->raw->flash_offset = ref_offset(frag->node->raw) | REF_PRISTINE;
660 case REF_PRISTINE:
H A Dwrite.c166 it's a hole node, mark it REF_PRISTINE, else REF_NORMAL.
171 flash_ofs |= REF_PRISTINE;
293 fd->raw = jffs2_add_physical_node_ref(c, flash_ofs | REF_PRISTINE, PAD(sizeof(*rd)+namelen), f->inocache);
H A Dreadinode.c116 moving it while it's marked REF_PRISTINE -- GC won't happen
118 ref->flash_offset |= REF_PRISTINE;
267 /* Version number collision means REF_PRISTINE GC. Accept either of them
616 ref->flash_offset = ref_offset(ref) | REF_PRISTINE;
H A Ddebug.c82 if (ref_flags(fn->raw) == REF_PRISTINE) {
84 JFFS2_ERROR("REF_PRISTINE node at 0x%08x had %d frags. Tell dwmw2.\n",
96 JFFS2_ERROR("REF_PRISTINE node at 0x%08x had a previous non-hole frag in the same page. Tell dwmw2.\n",
103 JFFS2_ERROR("REF_PRISTINE node at 0x%08x (%08x-%08x) had a following non-hole frag in the same page. Tell dwmw2.\n",

Completed in 168 milliseconds