HomeSort by: relevance | last modified time | path
    Searched defs:lastend (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_readinode.c 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; local in function:chfs_add_frag_to_fragtree
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)
    [all...]

Completed in 13 milliseconds