Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_slice.c218 struct g_slice_hot *ghp; in g_slice_start() local
243 ghp = &gsp->hotspot[m_index]; in g_slice_start()
244 if (t >= ghp->offset + ghp->length) in g_slice_start()
246 if (t + bp->bio_length <= ghp->offset) in g_slice_start()
249 case BIO_READ: idx = ghp->ract; break; in g_slice_start()
250 case BIO_WRITE: idx = ghp->wact; break; in g_slice_start()
251 case BIO_DELETE: idx = ghp->dact; break; in g_slice_start()