fs/jffs2/debug.c
86
if (ref_flags(fn->raw) == REF_PRISTINE) {
fs/jffs2/gc.c
316
if (ref_flags(raw) == REF_PRISTINE) {
fs/jffs2/gc.c
371
if (ref_flags(raw) == REF_PRISTINE)
fs/jffs2/gc.c
545
if (ref_flags(raw) == REF_PRISTINE) {
fs/jffs2/gc.c
744
jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, rawlen, ic);
fs/jffs2/nodelist.c
640
case REF_PRISTINE:
fs/jffs2/nodelist.c
96
frag->node->raw->flash_offset = ref_offset(frag->node->raw) | REF_PRISTINE;
fs/jffs2/nodelist.h
144
#define dirent_node_state(rd) ( (je32_to_cpu((rd)->ino)?REF_PRISTINE:REF_NORMAL) )
fs/jffs2/readinode.c
120
ref->flash_offset |= REF_PRISTINE;
fs/jffs2/scan.c
368
= jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL);
fs/jffs2/scan.c
378
jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (void *)xd);
fs/jffs2/scan.c
435
jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rr->totlen)), (void *)ref);
fs/jffs2/scan.c
933
jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(node->totlen)), NULL);
fs/jffs2/write.c
178
flash_ofs |= REF_PRISTINE;
fs/jffs2/xattr.c
1318
| ((xd->node == (void *)raw) ? REF_PRISTINE : REF_NORMAL);
fs/jffs2/xattr.c
144
if (ref_flags(xd->node) == REF_PRISTINE)
fs/jffs2/xattr.c
191
raw->flash_offset = ref_offset(raw) | ((xd->node==raw) ? REF_PRISTINE : REF_NORMAL);
fs/jffs2/xattr.c
212
BUG_ON(ref_flags(xd->node) != REF_PRISTINE);
fs/jffs2/xattr.c
328
jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd);
fs/jffs2/xattr.c
497
raw->flash_offset = ref_offset(raw) | ((ref->node==raw) ? REF_PRISTINE : REF_NORMAL);
fs/jffs2/xattr.c
543
jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(sizeof(rr)), (void *)ref);
fs/jffs2/xattr.c
796
if (ref_flags(ref->node) != REF_PRISTINE) {