REF_PRISTINE 82 fs/jffs2/debug.c if (ref_flags(fn->raw) == REF_PRISTINE) { REF_PRISTINE 268 fs/jffs2/gc.c if (ref_flags(raw) == REF_PRISTINE) { REF_PRISTINE 321 fs/jffs2/gc.c if (ref_flags(raw) == REF_PRISTINE) REF_PRISTINE 493 fs/jffs2/gc.c if (ref_flags(raw) == REF_PRISTINE) { REF_PRISTINE 683 fs/jffs2/gc.c jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, rawlen, ic); REF_PRISTINE 95 fs/jffs2/nodelist.c frag->node->raw->flash_offset = ref_offset(frag->node->raw) | REF_PRISTINE; REF_PRISTINE 663 fs/jffs2/nodelist.c case REF_PRISTINE: REF_PRISTINE 145 fs/jffs2/nodelist.h #define dirent_node_state(rd) ( (je32_to_cpu((rd)->ino)?REF_PRISTINE:REF_NORMAL) ) REF_PRISTINE 120 fs/jffs2/readinode.c ref->flash_offset |= REF_PRISTINE; REF_PRISTINE 353 fs/jffs2/scan.c = jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL); REF_PRISTINE 363 fs/jffs2/scan.c jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (void *)xd); REF_PRISTINE 420 fs/jffs2/scan.c jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rr->totlen)), (void *)ref); REF_PRISTINE 889 fs/jffs2/scan.c jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(node->totlen)), NULL); REF_PRISTINE 172 fs/jffs2/write.c flash_ofs |= REF_PRISTINE; REF_PRISTINE 139 fs/jffs2/xattr.c if (ref_flags(xd->node) == REF_PRISTINE) REF_PRISTINE 186 fs/jffs2/xattr.c raw->flash_offset = ref_offset(raw) | ((xd->node==raw) ? REF_PRISTINE : REF_NORMAL); REF_PRISTINE 207 fs/jffs2/xattr.c BUG_ON(ref_flags(xd->node) != REF_PRISTINE); REF_PRISTINE 323 fs/jffs2/xattr.c jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd); REF_PRISTINE 490 fs/jffs2/xattr.c raw->flash_offset = ref_offset(raw) | ((ref->node==raw) ? REF_PRISTINE : REF_NORMAL); REF_PRISTINE 536 fs/jffs2/xattr.c jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(sizeof(rr)), (void *)ref); REF_PRISTINE 783 fs/jffs2/xattr.c if (ref_flags(ref->node) != REF_PRISTINE) { REF_PRISTINE 1293 fs/jffs2/xattr.c | ((xd->node == (void *)raw) ? REF_PRISTINE : REF_NORMAL);