Searched refs:ract (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/geom/ |
| HD | 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, …
|
| HD | geom_slice.c | 251 case BIO_READ: idx = ghp->ract; break; in g_slice_start() 447 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 479 KASSERT(!((ract | dact | wact) & G_SLICE_HOT_START) in g_slice_conf_hot() 482 gsl[idx].ract = ract; in g_slice_conf_hot()
|