Searched refs:g_llvm_vg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.h64 struct g_llvm_vg *md_vg;
69 struct g_llvm_vg *lv_vg;
83 struct g_llvm_vg *pv_vg;
104 struct g_llvm_vg { struct
105 LIST_ENTRY(g_llvm_vg) vg_next;
H A Dg_linux_lvm.c60 static void g_llvm_remove_disk(struct g_llvm_vg *, struct g_consumer *);
61 static int g_llvm_activate_lv(struct g_llvm_vg *, struct g_llvm_lv *);
62 static int g_llvm_add_disk(struct g_llvm_vg *, struct g_provider *, char *);
63 static void g_llvm_free_vg(struct g_llvm_vg *);
64 static int g_llvm_destroy(struct g_llvm_vg *, int);
74 static int llvm_textconf_decode_pv(char **, char *, struct g_llvm_vg *);
75 static int llvm_textconf_decode_lv(char **, char *, struct g_llvm_vg *);
86 LIST_HEAD(, g_llvm_vg) vg_list;
95 struct g_llvm_vg *vg;
194 struct g_llvm_vg *v
[all...]

Completed in 52 milliseconds