g_llvm_vg
llvm_textconf_decode_pv(char **buf, char *tok, struct g_llvm_vg *vg)
llvm_textconf_decode_lv(char **buf, char *tok, struct g_llvm_vg *vg)
struct g_llvm_vg *vg;
g_llvm_remove_disk(struct g_llvm_vg *vg, struct g_consumer *cp)
struct g_llvm_vg *vg;
g_llvm_activate_lv(struct g_llvm_vg *vg, struct g_llvm_lv *lv)
g_llvm_add_disk(struct g_llvm_vg *vg, struct g_provider *pp, char *uuid)
g_llvm_free_vg(struct g_llvm_vg *vg)
struct g_llvm_vg *vg;
g_llvm_destroy(struct g_llvm_vg *vg, int force)
struct g_llvm_vg *vg;
static void g_llvm_remove_disk(struct g_llvm_vg *, struct g_consumer *);
static int g_llvm_activate_lv(struct g_llvm_vg *, struct g_llvm_lv *);
static int g_llvm_add_disk(struct g_llvm_vg *, struct g_provider *, char *);
static void g_llvm_free_vg(struct g_llvm_vg *);
static int g_llvm_destroy(struct g_llvm_vg *, int);
static int llvm_textconf_decode_pv(char **, char *, struct g_llvm_vg *);
static int llvm_textconf_decode_lv(char **, char *, struct g_llvm_vg *);
LIST_HEAD(, g_llvm_vg) vg_list;
struct g_llvm_vg *vg;
struct g_llvm_vg *vg;
struct g_llvm_vg *md_vg;
struct g_llvm_vg *lv_vg;
struct g_llvm_vg *pv_vg;
LIST_ENTRY(g_llvm_vg) vg_next;