Searched defs:cmd_context (Results 1 – 2 of 2) sorted by relevance
56 struct cmd_context { struct57 struct dm_pool *libmem; /* For permanent config data */58 struct dm_pool *mem; /* Transient: Cleared between each command */60 const struct format_type *fmt; /* Current format to use by default */61 struct format_type *fmt_backup; /* Format to use for backups */63 struct dm_list formats; /* Available formats */64 struct dm_list segtypes; /* Available segment types */65 const char *hostname;66 const char *kernel_vsn;68 unsigned rand_seed;[all …]