Searched refs:jffs2_link_node_ref (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dscan.c355 = jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL);
365 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (void *)xd);
422 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rr->totlen)), (void *)ref);
851 jffs2_link_node_ref(c, jeb, ofs | REF_NORMAL, c->cleanmarker_size, NULL);
891 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(node->totlen)), NULL);
989 jffs2_link_node_ref(c, jeb, ofs | REF_UNCHECKED, PAD(je32_to_cpu(ri->totlen)), ic);
1061 fd->raw = jffs2_link_node_ref(c, jeb, ofs | dirent_node_state(rd),
H A Dsummary.c379 return jffs2_link_node_ref(c, jeb, jeb->offset + ofs, len, ic);
630 jffs2_link_node_ref(c, jeb, jeb->offset | REF_NORMAL,
824 jffs2_link_node_ref(c, jeb, sum_ofs | REF_OBSOLETE, infosize, NULL);
834 jffs2_link_node_ref(c, jeb, sum_ofs | REF_NORMAL, infosize, NULL);
H A Dwbuf.c161 jffs2_link_node_ref(c, jeb,
519 new_ref = jffs2_link_node_ref(c, new_jeb, ofs | ref_flags(raw), rawlen, ic);
666 jffs2_link_node_ref(c, wbuf_jeb, (c->wbuf_ofs + c->wbuf_len) | REF_OBSOLETE, waste, NULL);
H A Dnodelist.h370 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c,
H A Dnodelist.c607 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c, function
707 jffs2_link_node_ref(c, jeb, ofs, size, NULL);
H A Dnodemgmt.c367 jffs2_link_node_ref(c, jeb,
453 new = jffs2_link_node_ref(c, jeb, ofs, len, ic);
H A Derase.c475 jffs2_link_node_ref(c, jeb, jeb->offset | REF_NORMAL, c->cleanmarker_size, NULL);

Completed in 45 milliseconds