Searched refs:g_llvm_vg (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/linux_lvm/ |
H A D | g_linux_lvm.h | 56 struct g_llvm_vg *md_vg; 61 struct g_llvm_vg *lv_vg; 75 struct g_llvm_vg *pv_vg; 96 struct g_llvm_vg { struct 97 LIST_ENTRY(g_llvm_vg) vg_next;
|
H A D | g_linux_lvm.c | 61 static void g_llvm_remove_disk(struct g_llvm_vg *, struct g_consumer *); 62 static int g_llvm_activate_lv(struct g_llvm_vg *, struct g_llvm_lv *); 63 static int g_llvm_add_disk(struct g_llvm_vg *, struct g_provider *, char *); 64 static void g_llvm_free_vg(struct g_llvm_vg *); 65 static int g_llvm_destroy(struct g_llvm_vg *, int); 76 static int llvm_textconf_decode_pv(char **, char *, struct g_llvm_vg *); 77 static int llvm_textconf_decode_lv(char **, char *, struct g_llvm_vg *); 87 LIST_HEAD(, g_llvm_vg) vg_list; 96 struct g_llvm_vg *vg; in g_llvm_access() 195 struct g_llvm_vg *vg; in g_llvm_start() [all …]
|