Home
last modified time | relevance | path

Searched defs:lvid_s (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/activate/
H A Dactivate.c156 int lv_info_by_lvid(struct cmd_context *cmd, const char *lvid_s, in lv_info_by_lvid()
184 int lv_suspend(struct cmd_context *cmd, const char *lvid_s) in lv_suspend()
188 int lv_suspend_if_active(struct cmd_context *cmd, const char *lvid_s) in lv_suspend_if_active()
192 int lv_resume(struct cmd_context *cmd, const char *lvid_s) in lv_resume()
196 int lv_resume_if_active(struct cmd_context *cmd, const char *lvid_s) in lv_resume_if_active()
200 int lv_deactivate(struct cmd_context *cmd, const char *lvid_s) in lv_deactivate()
204 int lv_activation_filter(struct cmd_context *cmd, const char *lvid_s, in lv_activation_filter()
488 int lv_info_by_lvid(struct cmd_context *cmd, const char *lvid_s, in lv_info_by_lvid()
925 int lv_suspend(struct cmd_context *cmd, const char *lvid_s) in lv_suspend()
980 int lv_resume(struct cmd_context *cmd, const char *lvid_s) in lv_resume()
[all …]
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmetadata.c2893 struct logical_volume *lv_from_lvid(struct cmd_context *cmd, const char *lvid_s, in lv_from_lvid()