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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.h135 #define REF_NORMAL 3 /* Possibly overlapped. Read the page and write again on GC */ macro
139 #define mark_ref_normal(ref) do { (ref)->flash_offset = ref_offset(ref) | REF_NORMAL; } while(0)
142 dirent. Deletion dirents should be REF_NORMAL so that GC gets to
144 #define dirent_node_state(rd) ( (je32_to_cpu((rd)->ino)?REF_PRISTINE:REF_NORMAL) )
H A Dsummary.c630 jffs2_link_node_ref(c, jeb, jeb->offset | REF_NORMAL,
648 sum_link_node_ref(c, jeb, ofs | REF_NORMAL, sumsize, NULL);
834 jffs2_link_node_ref(c, jeb, sum_ofs | REF_NORMAL, infosize, NULL);
H A Dxattr.c186 raw->flash_offset = ref_offset(raw) | ((xd->node==raw) ? REF_PRISTINE : REF_NORMAL);
490 raw->flash_offset = ref_offset(raw) | ((ref->node==raw) ? REF_PRISTINE : REF_NORMAL);
1295 | ((xd->node == (void *)raw) ? REF_PRISTINE : REF_NORMAL);
H A Derase.c475 jffs2_link_node_ref(c, jeb, jeb->offset | REF_NORMAL, c->cleanmarker_size, NULL);
H A Dnodelist.c111 dbg_fragtree2("marking old node @0x%08x (0x%04x-0x%04x) REF_NORMAL. frags is %d\n",
235 If so, both 'this' and the new node get marked REF_NORMAL so
261 /* Mark the new node and the partially covered node REF_NORMAL -- let
349 /* And mark them REF_NORMAL so the GC takes a look at them */
382 or next node REF_NORMAL, as appropriate. */
661 case REF_NORMAL:
H A Dwrite.c166 it's a hole node, mark it REF_PRISTINE, else REF_NORMAL.
173 flash_ofs |= REF_NORMAL;
H A Dreadinode.c116 /* If it should be REF_NORMAL, it'll get marked as such when
823 ref->flash_offset = ref_offset(ref) | REF_NORMAL;
H A Dscan.c851 jffs2_link_node_ref(c, jeb, ofs | REF_NORMAL, c->cleanmarker_size, NULL);

Completed in 125 milliseconds