Searched refs:tmpendoff (Results 1 – 1 of 1) sorted by relevance
1534 u_offset_t tmpendoff; in cachefs_update_allocmap() local1549 tmpendoff = allocp->am_start_off + in cachefs_update_allocmap()1551 if (endoff < tmpendoff) in cachefs_update_allocmap()1552 endoff = tmpendoff; in cachefs_update_allocmap()1572 tmpendoff = off + size; in cachefs_update_allocmap()1573 if (endoff < tmpendoff) in cachefs_update_allocmap()1574 endoff = tmpendoff; in cachefs_update_allocmap()