Searched refs:ract (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_slice.h | 51 int ract; member 80 int g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, …
|
H A D | geom_slice.c | 249 case BIO_READ: idx = ghp->ract; break; in g_slice_start() 445 g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int … in g_slice_conf_hot() argument 477 KASSERT(!((ract | dact | wact) & G_SLICE_HOT_START) in g_slice_conf_hot() 480 gsl[idx].ract = ract; in g_slice_conf_hot()
|