Searched refs:get_vgnames (Results 1 – 6 of 6) sorted by relevance
327 return get_vgnames((struct cmd_context *)libh, 0); in lvm_list_vg_names()
280 if (!(vgnames = get_vgnames(cmd, 0)) || dm_list_empty(vgnames)) { in process_each_lv()731 if (!dm_list_empty(&tags) && (vgnames = get_vgnames(cmd, 0)) && in process_each_pv()
401 struct dm_list *get_vgnames(struct cmd_context *cmd, int full_scan);
2864 if (!(vgnames = get_vgnames(cmd, 2))) { in _vg_read_by_vgid()2999 struct dm_list *get_vgnames(struct cmd_context *cmd, int full_scan) in get_vgnames() function
359 Rename get_vgs() to get_vgnames() and clarify related error messages.