Lines Matching defs:cmd
20 static int _monitor_lvs_in_vg(struct cmd_context *cmd, in _monitor_lvs_in_vg()
56 static int _activate_lvs_in_vg(struct cmd_context *cmd, in _activate_lvs_in_vg()
115 static int _vgchange_monitoring(struct cmd_context *cmd, struct volume_group *vg) in _vgchange_monitoring()
130 static int _vgchange_available(struct cmd_context *cmd, struct volume_group *vg) in _vgchange_available()
177 static int _vgchange_alloc(struct cmd_context *cmd, struct volume_group *vg) in _vgchange_alloc()
211 static int _vgchange_resizeable(struct cmd_context *cmd, in _vgchange_resizeable()
250 static int _vgchange_clustered(struct cmd_context *cmd, in _vgchange_clustered()
287 static int _vgchange_logicalvolume(struct cmd_context *cmd, in _vgchange_logicalvolume()
314 static int _vgchange_physicalvolumes(struct cmd_context *cmd, in _vgchange_physicalvolumes()
346 static int _vgchange_pesize(struct cmd_context *cmd, struct volume_group *vg) in _vgchange_pesize()
385 static int _vgchange_tag(struct cmd_context *cmd, struct volume_group *vg, in _vgchange_tag()
468 static int _vgchange_refresh(struct cmd_context *cmd, struct volume_group *vg) in _vgchange_refresh()
480 static int vgchange_single(struct cmd_context *cmd, const char *vg_name, in vgchange_single()
534 int vgchange(struct cmd_context *cmd, int argc, char **argv) in vgchange()