Searched refs:lastoff (Results 1 – 2 of 2) sorted by relevance
80 u_int32_t lastoff; local113 lastoff = lp->lsn.offset;122 lastoff = 0;137 &t, lastoff == 0 ? 0 : lastoff - lp->len)) != 0)
1726 u_offset_t lastoff = 0; in cachefs_cluster_allocmap() local1747 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()