Home
last modified time | relevance | path

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

/freebsd/sys/geom/nop/
H A Dg_nop.h55 off_t sc_explicitsize; member
H A Dg_nop.c118 if (sc->sc_explicitsize != 0) in g_nop_resize()
155 if (gkd->offset > sc->sc_explicitsize) { in g_nop_kerneldump()
159 if (gkd->offset + gkd->length > sc->sc_explicitsize) in g_nop_kerneldump()
160 gkd->length = sc->sc_explicitsize - gkd->offset; in g_nop_kerneldump()
422 sc->sc_explicitsize = explicitsize; in g_nop_create()