Home
last modified time | relevance | path

Searched defs:gv_sd (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_var.h279 struct gv_sd { struct
280 char name[GV_MAXSDNAME]; /* The name of this subdisk. */
281 off_t size; /* The size of this subdisk. */
282 off_t drive_offset; /* Offset in the underlying drive. */
283 off_t plex_offset; /* Offset in the associated plex. */
284 int state; /* The state of this subdisk. */
308 LIST_ENTRY(gv_sd) from_drive; /* Subdisk list of underlying drive. */ argument
312 struct gv_softc *vinumconf; /* Pointer to the vinum config. */