Home
last modified time | relevance | path

Searched refs:lv_from_lvid (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl2/lvm2/dist/lib/activate/
Dactivate.c493 if (!(lv = lv_from_lvid(cmd, lvid_s, 0))) in lv_info_by_lvid()
863 if (!(lv = lv_from_lvid(cmd, lvid_s, 0))) in _lv_suspend()
867 if (!(lv_pre = lv_from_lvid(cmd, lvid_s, 1))) in _lv_suspend()
940 if (!(lv = lv_from_lvid(cmd, lvid_s, 0))) in _lv_resume()
1017 if (!(lv = lv_from_lvid(cmd, lvid_s, 0))) in lv_deactivate()
1075 if (!(lv = lv_from_lvid(cmd, lvid_s, 0))) in lv_activation_filter()
1102 if (!(lv = lv_from_lvid(cmd, lvid_s, 0))) in _lv_activate()
/netbsd/src/external/gpl2/lvm2/dist/include/
Dmetadata.h300 struct logical_volume *lv_from_lvid(struct cmd_context *cmd,
/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dmetadata.h300 struct logical_volume *lv_from_lvid(struct cmd_context *cmd,
Dmetadata.c2893 struct logical_volume *lv_from_lvid(struct cmd_context *cmd, const char *lvid_s, in lv_from_lvid() function