Searched refs:newfrag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.c120 static void jffs2_fragtree_insert(struct jffs2_node_frag *newfrag, struct jffs2_node_frag *base) argument
125 dbg_fragtree2("insert frag (0x%04x-0x%04x)\n", newfrag->ofs, newfrag->ofs + newfrag->size);
131 if (newfrag->ofs > base->ofs)
133 else if (newfrag->ofs < base->ofs)
136 JFFS2_ERROR("duplicate frag at %08x (%p,%p)\n", newfrag->ofs, newfrag, base);
141 rb_link_node(&newfrag->rb, &base->rb, link);
149 struct jffs2_node_frag *newfrag; local
167 no_overlapping_node(struct jffs2_sb_info *c, struct rb_root *root, struct jffs2_node_frag *newfrag, struct jffs2_node_frag *this, uint32_t lastend) argument
213 jffs2_add_frag_to_fragtree(struct jffs2_sb_info *c, struct rb_root *root, struct jffs2_node_frag *newfrag) argument
364 struct jffs2_node_frag *newfrag; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c1594 struct sk_buff * newfrag, * frag, * start, *nextf; local
1654 newfrag = skb;
1658 newfrag->next = frag;
1659 mp->frags = frag = newfrag;
1660 newfrag = NULL;
1671 * newfrag will be set to NULL)
1680 * - new fragment is inserted in the proper sequence ('newfrag' is
1688 while (start != NULL || newfrag != NULL) {
1694 if (newfrag != NULL && thisseq == newseq) {
1695 isdn_ppp_mp_free_skb(mp, newfrag);
[all...]

Completed in 115 milliseconds