Home
last modified time | relevance | path

Searched refs:text_vg_export_file (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport-export.h68 int text_vg_export_file(struct volume_group *vg, const char *desc, FILE *fp);
H A Darchive.c254 if (!text_vg_export_file(vg, desc, fp)) { in archive_vg()
H A Dexport.c738 int text_vg_export_file(struct volume_group *vg, const char *desc, FILE *fp) in text_vg_export_file() function
H A Dformat-text.c876 if (!text_vg_export_file(vg, tc->desc, fp)) { in _vg_write_file()