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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.c169 struct jffs2_node_frag *this, uint32_t lastend)
171 if (lastend < newfrag->node->ofs) {
175 holefrag= new_fragment(NULL, lastend, newfrag->node->ofs - lastend);
216 uint32_t lastend; local
224 lastend = this->ofs + this->size;
227 lastend = 0;
231 if (lastend <= newfrag->ofs) {
238 if (lastend && (lastend
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
[all...]

Completed in 107 milliseconds