Home
last modified time | relevance | path

Searched defs:gv_plex (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_var.h316 struct gv_plex { struct
317 char name[GV_MAXPLEXNAME]; /* The name of the plex. */
318 off_t size; /* The size of the plex. */
319 int state; /* The plex state. */
326 int org; /* The plex organisation. */
352 LIST_ENTRY(gv_plex) in_volume; /* Plex list of associated volume. */ argument
378 LIST_HEAD(,gv_plex) plexes; /* List of attached plexes. */ argument