Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c80 u_int32_t lastoff; local
113 lastoff = lp->lsn.offset;
122 lastoff = 0;
137 &t, lastoff == 0 ? 0 : lastoff - lp->len)) != 0)
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1726 u_offset_t lastoff = 0; in cachefs_cluster_allocmap() local
1747 if (lastoff > (off - backward_diff)) in cachefs_cluster_allocmap()
1748 backward_diff = off - lastoff; in cachefs_cluster_allocmap()
1757 lastoff = allocp->am_start_off + allocp->am_size; in cachefs_cluster_allocmap()
1760 if ((lastoff + size) > off) { in cachefs_cluster_allocmap()
1761 *popoffp = (lastoff & (offset_t)PAGEMASK); in cachefs_cluster_allocmap()