Searched defs:volume_group (Results 1 – 2 of 2) sorted by relevance
207 struct volume_group { struct208 struct cmd_context *cmd;209 struct dm_pool *vgmem;210 struct format_instance *fid;211 uint32_t seqno; /* Metadata sequence number */213 struct id id;214 char *name;215 char *system_id;217 uint32_t status;218 alloc_policy_t alloc;[all …]