Home
last modified time | relevance | path

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

/freebsd-head/sys/geom/
HDgeom_slice.h53 int wact; member
80 …e_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact);
HDgeom_slice.c250 case BIO_WRITE: idx = ghp->wact; break; in g_slice_start()
445 …ce_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact) in g_slice_conf_hot() argument
477 KASSERT(!((ract | dact | wact) & G_SLICE_HOT_START) in g_slice_conf_hot()
482 gsl[idx].wact = wact; in g_slice_conf_hot()