Searched refs:backup_to_file (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | archiver.h | 61 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 D | archiver.h | 61 int backup_to_file(const char *file, const char *desc, struct volume_group *vg);
|
H A D | archiver.c | 215 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 D | vgcfgbackup.c | 66 if (!backup_to_file(filename, vg->cmd->cmd_line, vg)) { in vg_backup_single()
|