Lines Matching defs:cmd
25 const char *command_name(struct cmd_context *cmd) in command_name()
33 char *skip_dev_dir(struct cmd_context *cmd, const char *vg_name, in skip_dev_dir()
87 int process_each_lv_in_vg(struct cmd_context *cmd, in process_each_lv_in_vg()
168 int process_each_lv(struct cmd_context *cmd, int argc, char **argv, in process_each_lv()
338 int process_each_segment_in_pv(struct cmd_context *cmd, in process_each_segment_in_pv()
400 int process_each_segment_in_lv(struct cmd_context *cmd, in process_each_segment_in_lv()
422 static int _process_one_vg(struct cmd_context *cmd, const char *vg_name, in _process_one_vg()
464 int process_each_vg(struct cmd_context *cmd, int argc, char **argv, in process_each_vg()
558 int process_each_pv_in_vg(struct cmd_context *cmd, struct volume_group *vg, in process_each_pv_in_vg()
580 static int _process_all_devs(struct cmd_context *cmd, void *handle, in _process_all_devs()
630 int process_each_pv(struct cmd_context *cmd, int argc, char **argv, in process_each_pv()
800 const char *extract_vgname(struct cmd_context *cmd, const char *lv_name) in extract_vgname()
861 char *default_vgname(struct cmd_context *cmd) in default_vgname()
1213 int vgcreate_params_set_from_args(struct cmd_context *cmd, in vgcreate_params_set_from_args()
1254 int lv_refresh(struct cmd_context *cmd, struct logical_volume *lv) in lv_refresh()
1259 int vg_refresh_visible(struct cmd_context *cmd, struct volume_group *vg) in vg_refresh_visible()
1272 void lv_spawn_background_polling(struct cmd_context *cmd, in lv_spawn_background_polling()
1302 int pvcreate_params_validate(struct cmd_context *cmd, in pvcreate_params_validate()