Home | History | Annotate | Download | only in chfs

Lines Matching defs:lastend

494     struct chfs_node_frag *this, uint32_t lastend)
496 if (lastend < newfrag->node->ofs) {
499 holefrag = new_fragment(NULL, lastend, newfrag->node->ofs - lastend);
523 uint32_t lastend;
530 lastend = this->ofs + this->size;
532 lastend = 0;
536 if (lastend <= newfrag->ofs) {
537 if (lastend && (lastend - 1) >> PAGE_SHIFT == newfrag->ofs >> PAGE_SHIFT) {
542 return no_overlapping_node(fragtree, newfrag, this, lastend);