Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/chfs/
Dchfs_readinode.c494 struct chfs_node_frag *this, uint32_t lastend) in no_overlapping_node() argument
496 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() local
530 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()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_rar.c274 int64_t lastend; member
2110 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()