Lines Matching refs:vb_roffset
73 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek()
74 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek()
98 roffset = vb->vb_roffset; in vthistory_seek()
116 diff = vb->vb_roffset != roffset; in vthistory_seek()
117 vb->vb_roffset = roffset; in vthistory_seek()
133 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines()
141 *offset = vb->vb_roffset; in vthistory_getpos()
150 return ((vb->vb_roffset + row) % vb->vb_history_size); in vtbuf_wth()
165 return ((row - vb->vb_roffset + vb->vb_history_size) % in vtbuf_htw()
370 vb->vb_roffset = 0; in vtbuf_init_early()
562 vb->vb_roffset = vb->vb_curroffset; in vtbuf_grow()