Lines Matching defs:cmd
41 int archive_init(struct cmd_context *cmd, const char *dir, in archive_init()
68 void archive_exit(struct cmd_context *cmd) in archive_exit()
77 void archive_enable(struct cmd_context *cmd, int flag) in archive_enable()
139 int archive_display(struct cmd_context *cmd, const char *vg_name) in archive_display()
149 int archive_display_file(struct cmd_context *cmd, const char *file) in archive_display_file()
158 int backup_init(struct cmd_context *cmd, const char *dir, in backup_init()
180 void backup_exit(struct cmd_context *cmd) in backup_exit()
189 void backup_enable(struct cmd_context *cmd, int flag) in backup_enable()
249 int backup_remove(struct cmd_context *cmd, const char *vg_name) in backup_remove()
266 struct volume_group *backup_read_vg(struct cmd_context *cmd, in backup_read_vg()
293 int backup_restore_vg(struct cmd_context *cmd, struct volume_group *vg) in backup_restore_vg()
340 int backup_restore_from_file(struct cmd_context *cmd, const char *vg_name, in backup_restore_from_file()
363 int backup_restore(struct cmd_context *cmd, const char *vg_name) in backup_restore()
382 struct cmd_context *cmd; in backup_to_file() local