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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dnodelist.c118 static void jffs2_fragtree_insert(struct jffs2_node_frag *newfrag, struct jffs2_node_frag *base) argument
123 dbg_fragtree2("insert frag (0x%04x-0x%04x)\n", newfrag->ofs, newfrag->ofs + newfrag->size);
129 if (newfrag->ofs > base->ofs)
131 else if (newfrag->ofs < base->ofs)
134 JFFS2_ERROR("duplicate frag at %08x (%p,%p)\n", newfrag->ofs, newfrag, base);
139 rb_link_node(&newfrag->rb, &base->rb, link);
147 struct jffs2_node_frag *newfrag; local
165 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
211 jffs2_add_frag_to_fragtree(struct jffs2_sb_info *c, struct rb_root *root, struct jffs2_node_frag *newfrag) argument
362 struct jffs2_node_frag *newfrag; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.c1593 struct sk_buff * newfrag, * frag, * start, *nextf; local
1653 newfrag = skb;
1657 newfrag->next = frag;
1658 mp->frags = frag = newfrag;
1659 newfrag = NULL;
1670 * newfrag will be set to NULL)
1679 * - new fragment is inserted in the proper sequence ('newfrag' is
1687 while (start != NULL || newfrag != NULL) {
1693 if (newfrag != NULL && thisseq == newseq) {
1694 isdn_ppp_mp_free_skb(mp, newfrag);
[all...]

Completed in 96 milliseconds