• Home
  • Raw
  • Download

Lines Matching refs:REF_PRISTINE

3719  		if (ref_flags(raw) == REF_PRISTINE) {
3724 - if (ref_flags(raw) == REF_PRISTINE)
3725 + if (raw && ref_flags(raw) == REF_PRISTINE)
3728 jffs2_dbg(1, "Ino #%u is absent but node not REF_PRISTINE. Reading.\n",
3761 if (ref_flags(raw) == REF_PRISTINE) {
3775 pr_warn("Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
3782 pr_warn("Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
3790 … pr_warn("Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
3798 … pr_warn("Node CRC failed on REF_PRISTINE dirent node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
3814 … pr_warn("Name CRC failed on REF_PRISTINE dirent node at 0x%08x: Read 0x%08x, calculated 0x%08x\n",
3823 pr_warn("Unknown node type for REF_PRISTINE node at 0x%08x: 0x%04x\n",
4501 * REF_PRISTINE irrespective of its size. */
4504 dbg_fragtree2("marking the last fragment 0x%08x-0x%08x REF_PRISTINE.\n",
4506 frag->node->raw->flash_offset = ref_offset(frag->node->raw) | REF_PRISTINE;
8118 it's a hole node, mark it REF_PRISTINE, else REF_NORMAL.
8125 flash_ofs |= REF_PRISTINE;
8583 - if (ref_flags(xd->node) == REF_PRISTINE)
8630 - raw->flash_offset = ref_offset(raw) | ((xd->node==raw) ? REF_PRISTINE : REF_NORMAL);
8651 - BUG_ON(ref_flags(xd->node) != REF_PRISTINE);
8767 - jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd);
8936 - raw->flash_offset = ref_offset(raw) | ((ref->node==raw) ? REF_PRISTINE : REF_NORMAL);
8982 - jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(sizeof(rr)), (void *)ref);
9233 - if (ref_flags(ref->node) != REF_PRISTINE) {
9751 - | ((xd->node == (void *)raw) ? REF_PRISTINE : REF_NORMAL);