Home
last modified time | relevance | path

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

/freebsd/sys/geom/nop/
H A Dg_nop.h74 uintmax_t sc_wrotebytes; member
H A Dg_nop.c224 sc->sc_wrotebytes += bp->bio_length; in g_nop_start()
446 sc->sc_wrotebytes = 0; in g_nop_create()
897 sc->sc_wrotebytes = 0; in g_nop_ctl_reset()
970 sc->sc_wrotebytes); in g_nop_dumpconf()
/freebsd/sys/geom/union/
H A Dg_union.h69 long sc_wrotebytes; /* number of bytes written */ member
H A Dg_union.c266 sc->sc_wrotebytes = 0; in g_union_ctl_create()
511 sc->sc_wrotebytes = 0; in g_union_ctl_reset()
959 atomic_add_long(&sc->sc_wrotebytes, cbp->bio_length); in g_union_doio()
1277 (uintmax_t)sc->sc_wrotebytes); in g_union_dumpconf()
/freebsd/sys/geom/cache/
H A Dg_cache.h75 uintmax_t sc_wrotebytes; /* bytes written */ member
H A Dg_cache.c390 sc->sc_wrotebytes += bp->bio_length; in g_cache_start()
936 sc->sc_wrotebytes = 0; in g_cache_ctl_reset()
1008 sc->sc_wrotebytes); in g_cache_dumpconf()