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()
145 int archive_display(struct cmd_context *cmd, const char *vg_name) in archive_display()
155 int archive_display_file(struct cmd_context *cmd, const char *file) in archive_display_file()
164 int backup_init(struct cmd_context *cmd, const char *dir, in backup_init()
186 void backup_exit(struct cmd_context *cmd) in backup_exit()
195 void backup_enable(struct cmd_context *cmd, int flag) in backup_enable()
261 int backup_remove(struct cmd_context *cmd, const char *vg_name) in backup_remove()
278 struct volume_group *backup_read_vg(struct cmd_context *cmd, in backup_read_vg()
305 int backup_restore_vg(struct cmd_context *cmd, struct volume_group *vg) in backup_restore_vg()
352 int backup_restore_from_file(struct cmd_context *cmd, const char *vg_name, in backup_restore_from_file()
375 int backup_restore(struct cmd_context *cmd, const char *vg_name) in backup_restore()
394 struct cmd_context *cmd; in backup_to_file() local