Home
last modified time | relevance | path

Searched refs:text_vg_export_raw (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport-export.h69 int text_vg_export_raw(struct volume_group *vg, const char *desc, char **buf);
H A Dexport.c763 int text_vg_export_raw(struct volume_group *vg, const char *desc, char **buf) in text_vg_export_raw() function
801 return text_vg_export_raw(vg, "", buf); in export_vg_to_buffer()
H A Dformat-text.c552 text_vg_export_raw(vg, "", &fidtc->raw_metadata_buf))) { in _vg_write_raw()