Lines Matching defs:cmd
24 static int _pvmove_target_present(struct cmd_context *cmd, int clustered) in _pvmove_target_present()
51 static unsigned _pvmove_is_exclusive(struct cmd_context *cmd, in _pvmove_is_exclusive()
62 static const char *_extract_lvname(struct cmd_context *cmd, const char *vgname, in _extract_lvname()
92 static struct volume_group *_get_vg(struct cmd_context *cmd, const char *vgname) in _get_vg()
100 static struct dm_list *_get_allocatable_pvs(struct cmd_context *cmd, int argc, in _get_allocatable_pvs()
142 static int _insert_pvmove_mirrors(struct cmd_context *cmd, in _insert_pvmove_mirrors()
173 static struct logical_volume *_set_up_pvmove_lv(struct cmd_context *cmd, in _set_up_pvmove_lv()
263 static int _activate_lv(struct cmd_context *cmd, struct logical_volume *lv_mirr, in _activate_lv()
276 static int _update_metadata(struct cmd_context *cmd, struct volume_group *vg, in _update_metadata()
348 static int _set_up_pvmove(struct cmd_context *cmd, const char *pv_name, in _set_up_pvmove()
461 static int _finish_pvmove(struct cmd_context *cmd, struct volume_group *vg, in _finish_pvmove()
548 static struct volume_group *_get_move_vg(struct cmd_context *cmd, in _get_move_vg()
572 int pvmove_poll(struct cmd_context *cmd, const char *pv_name, in pvmove_poll()
579 int pvmove(struct cmd_context *cmd, int argc, char **argv) in pvmove()