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

/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor.h91 off_t virsize; /* Total size of virstor */ member in struct:g_virstor_softc
H A Dg_virstor.c500 md->md_virsize = sc->virsize;
1105 sc->virsize = md->md_virsize;
1212 sc->chunk_count = sc->virsize / sc->chunk_size;
1213 if (sc->chunk_count * (off_t)sc->chunk_size != sc->virsize) {
1346 sc->provider->mediasize = sc->virsize;
1519 sc->virsize);

Completed in 72 milliseconds