Home
last modified time | relevance | path

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

/freebsd/sys/geom/nop/
H A Dg_nop.h73 uintmax_t sc_readbytes; member
H A Dg_nop.c213 sc->sc_readbytes += bp->bio_length; in g_nop_start()
445 sc->sc_readbytes = 0; in g_nop_create()
896 sc->sc_readbytes = 0; in g_nop_ctl_reset()
968 sc->sc_readbytes); in g_nop_dumpconf()
/freebsd/sys/geom/union/
H A Dg_union.h71 long sc_readbytes; /* number of bytes read */ member
H A Dg_union.c265 sc->sc_readbytes = 0; in g_union_ctl_create()
510 sc->sc_readbytes = 0; in g_union_ctl_reset()
978 atomic_add_long(&sc->sc_readbytes, cbp->bio_length); in g_union_doio()
1275 (uintmax_t)sc->sc_readbytes); in g_union_dumpconf()
/freebsd/sys/geom/cache/
H A Dg_cache.h68 uintmax_t sc_readbytes; /* bytes read */ member
H A Dg_cache.c355 sc->sc_readbytes += bp->bio_length; in g_cache_start()
929 sc->sc_readbytes = 0; in g_cache_ctl_reset()
995 sc->sc_readbytes); in g_cache_dumpconf()