Lines Matching defs:raw
72 jffs2_mark_node_obsolete(c, fd->raw);
73 /* Clear the ic/raw union so it doesn't cause problems later. */
78 /* From this point, fd->raw is no longer used so we can set fd->ic */
189 raw node obsolete already. Just skip it. */
246 struct jffs2_raw_node_ref *raw;
251 raw = ic->nodes;
252 while (raw != (void *)ic) {
253 struct jffs2_raw_node_ref *next = raw->next_in_ino;
254 dbg_fsbuild("obsoleting node at 0x%08x\n", ref_offset(raw));
255 jffs2_mark_node_obsolete(c, raw);
256 raw = next;