• Home
  • Raw
  • Download

Lines Matching refs:raw

38 				jffs2_mark_node_obsolete(c, new->raw);  in jffs2_add_fd_to_list()
46 if ((*prev)->raw) in jffs2_add_fd_to_list()
47 jffs2_mark_node_obsolete(c, ((*prev)->raw)); in jffs2_add_fd_to_list()
96 frag->node->raw->flash_offset = ref_offset(frag->node->raw) | REF_PRISTINE; in jffs2_truncate_fragtree()
109 ref_offset(this->node->raw), this->node->ofs, this->node->ofs+this->node->size); in jffs2_obsolete_node_frag()
110 jffs2_mark_node_obsolete(c, this->node->raw); in jffs2_obsolete_node_frag()
114 …ref_offset(this->node->raw), this->node->ofs, this->node->ofs+this->node->size, this->node->frags); in jffs2_obsolete_node_frag()
115 mark_ref_normal(this->node->raw); in jffs2_obsolete_node_frag()
225 this->ofs, this->ofs+this->size, this->node?(ref_offset(this->node->raw)):0xffffffff, this); in jffs2_add_frag_to_fragtree()
242 mark_ref_normal(this->node->raw); in jffs2_add_frag_to_fragtree()
243 mark_ref_normal(newfrag->node->raw); in jffs2_add_frag_to_fragtree()
252 ref_offset(this->node->raw), ref_flags(this->node->raw)); in jffs2_add_frag_to_fragtree()
265 mark_ref_normal(newfrag->node->raw); in jffs2_add_frag_to_fragtree()
267 mark_ref_normal(this->node->raw); in jffs2_add_frag_to_fragtree()
275 this->ofs, this->ofs+this->size, ref_offset(this->node->raw)); in jffs2_add_frag_to_fragtree()
353 mark_ref_normal(this->node->raw); in jffs2_add_frag_to_fragtree()
354 mark_ref_normal(newfrag->node->raw); in jffs2_add_frag_to_fragtree()
377 fn->ofs, fn->ofs+fn->size, ref_offset(fn->raw), newfrag); in jffs2_add_full_dnode_to_inode()
388 mark_ref_normal(fn->raw); in jffs2_add_full_dnode_to_inode()
391 mark_ref_normal(prev->node->raw); in jffs2_add_full_dnode_to_inode()
398 mark_ref_normal(fn->raw); in jffs2_add_full_dnode_to_inode()
400 mark_ref_normal(next->node->raw); in jffs2_add_full_dnode_to_inode()
575 jffs2_mark_node_obsolete(c, frag->node->raw); in jffs2_kill_fragtree()