Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Darchiver.h61 int backup_to_file(const char *file, const char *desc, struct volume_group *vg);
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Darchiver.h61 int backup_to_file(const char *file, const char *desc, struct volume_group *vg);
H A Darchiver.c215 return backup_to_file(name, desc, vg); in __backup()
388 int backup_to_file(const char *file, const char *desc, struct volume_group *vg) in backup_to_file() function
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dvgcfgbackup.c66 if (!backup_to_file(filename, vg->cmd->cmd_line, vg)) { in vg_backup_single()