Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1534 u_offset_t tmpendoff; in cachefs_update_allocmap() local
1549 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()