Searched refs:lastend (Results 1 – 2 of 2) sorted by relevance
494 struct chfs_node_frag *this, uint32_t lastend) in no_overlapping_node() argument496 if (lastend < newfrag->node->ofs) { in no_overlapping_node()499 holefrag = new_fragment(NULL, lastend, newfrag->node->ofs - lastend); in no_overlapping_node()523 uint32_t lastend; in chfs_add_frag_to_fragtree() local530 lastend = this->ofs + this->size; in chfs_add_frag_to_fragtree()532 lastend = 0; in chfs_add_frag_to_fragtree()536 if (lastend <= newfrag->ofs) { in chfs_add_frag_to_fragtree()537 if (lastend && (lastend - 1) >> PAGE_SHIFT == newfrag->ofs >> PAGE_SHIFT) { in chfs_add_frag_to_fragtree()542 return no_overlapping_node(fragtree, newfrag, this, lastend); in chfs_add_frag_to_fragtree()
274 int64_t lastend; member2110 if (rar->filters.lastend == rar->filters.filterstart) in read_data_compressed()2230 rar->filters.lastend = end; in read_data_compressed()2231 if (rar->filters.lastend != rar->filters.filterstart && rar->bytes_uncopied == 0) { in read_data_compressed()3467 filters->lastend = end; in run_filters()