Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/nop/
H A Dg_nop.h73 uintmax_t sc_readbytes; member
H A Dg_nop.c214 sc->sc_readbytes += bp->bio_length; in g_nop_start()
446 sc->sc_readbytes = 0; in g_nop_create()
897 sc->sc_readbytes = 0; in g_nop_ctl_reset()
969 sc->sc_readbytes); in g_nop_dumpconf()
/freebsd-14.2/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-14.2/sys/geom/cache/
H A Dg_cache.h68 uintmax_t sc_readbytes; /* bytes read */ member
H A Dg_cache.c356 sc->sc_readbytes += bp->bio_length; in g_cache_start()
930 sc->sc_readbytes = 0; in g_cache_ctl_reset()
996 sc->sc_readbytes); in g_cache_dumpconf()