Lines Matching defs:lastend
171 struct jffs2_node_frag *this, uint32_t lastend)
173 if (lastend < newfrag->node->ofs) {
177 holefrag= new_fragment(NULL, lastend, newfrag->node->ofs - lastend);
218 uint32_t lastend;
226 lastend = this->ofs + this->size;
229 lastend = 0;
233 if (lastend <= newfrag->ofs) {
240 if (lastend && (lastend-1) >> PAGE_SHIFT == newfrag->ofs >> PAGE_SHIFT) {
246 return no_overlapping_node(c, root, newfrag, this, lastend);