Searched refs:ract (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/geom/
H A Dgeom_slice.h53 int ract; member in struct:g_slice_hot
82 int g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact);
H A Dgeom_slice.c255 case BIO_READ: idx = ghp->ract; break;
451 g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact) argument
483 KASSERT(!((ract | dact | wact) & G_SLICE_HOT_START)
486 gsl[idx].ract = ract;

Completed in 50 milliseconds