Home
last modified time | relevance | path

Searched refs:vgname_from_vgid (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/lvm2/dist/tools/
HDvgrename.c99 if (!vgid || !(vg_name = vgname_from_vgid(NULL, vgid)) || in vg_rename_path()
115 if (found_id && (vg_name = vgname_from_vgid(cmd->mem, (char *)id.uuid))) { in vg_rename_path()
HDtoollib.c531 if (!vgid || !(vg_name = vgname_from_vgid(cmd->mem, vgid)) || in process_each_vg()
/dragonfly/contrib/lvm2/dist/lib/cache/
HDlvmcache.h97 const char *vgname_from_vgid(struct dm_pool *mem, const char *vgid);
HDlvmcache.c393 const char *vgname_from_vgid(struct dm_pool *mem, const char *vgid) in vgname_from_vgid() function
/dragonfly/contrib/lvm2/dist/include/
HDlvmcache.h97 const char *vgname_from_vgid(struct dm_pool *mem, const char *vgid);
/dragonfly/contrib/lvm2/dist/lib/metadata/
HDmetadata.c2527 if (!vgname && !(vgname = vgname_from_vgid(cmd->mem, vgid))) in _vg_read()
3046 if (!(vgname = vgname_from_vgid(NULL, vgid))) { in _get_pvs()