Searched defs:gv_plex (Results 1 – 1 of 1) sorted by relevance
316 struct gv_plex { struct317 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. */ argument378 LIST_HEAD(,gv_plex) plexes; /* List of attached plexes. */ argument