HomeSort by: relevance | last modified time | path
    Searched refs:pv_uuid (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/lvm2/dist/test/
t-vgcfgbackup-usage.sh 29 pv1_uuid=$(pvs --noheadings -o pv_uuid $dev1)
30 pv2_uuid=$(pvs --noheadings -o pv_uuid $dev2)
  /src/external/gpl2/lvm2/dist/lib/format1/
disk-rep.c 139 if (pvd->pv_uuid[ID_LEN]) {
141 for (e = ID_LEN; e < sizeof(pvd->pv_uuid); e++) {
142 if (!pvd->pv_uuid[e]) {
148 pvd->pv_uuid[b] = pvd->pv_uuid[++e - ID_LEN];
150 if (pvd->pv_uuid[b] == '/')
151 pvd->pv_uuid[b] = '#';
153 memset(&pvd->pv_uuid[ID_LEN], 0, sizeof(pvd->pv_uuid) - ID_LEN);
157 if (pvd->pv_uuid[0] == '\0')
    [all...]
lvm1-label.c 79 if (!(info = lvmcache_add(l, (char *)pvd->pv_uuid, dev, vgname, vgid,
disk-rep.h 85 int8_t pv_uuid[NAME_LEN]; member in struct:pv_disk
import-export.c 63 memcpy(&pv->id, pvd->pv_uuid, ID_LEN);
152 memcpy(pvd->pv_uuid, pv->id.uuid, ID_LEN);
  /src/external/gpl2/lvm2/dist/lib/format_text/
layout.h 41 int8_t pv_uuid[ID_LEN]; member in struct:pv_header
text_label.c 60 memcpy(pvhdr->pv_uuid, &info->dev->pvid, sizeof(struct id));
61 if (!id_write_format((const struct id *)pvhdr->pv_uuid, buffer,
269 if (!(info = lvmcache_add(l, (char *)pvhdr->pv_uuid, dev,
  /src/external/gpl2/lvm2/dist/lib/format_pool/
disk_rep.c 62 if (id_equal(&data->pv_uuid, &pl->pv_uuid)) {
65 id_write_format(&pl->pv_uuid, uuid, ID_LEN + 7);
115 memcpy(&pl->pv_uuid, &pvid, sizeof(pvid));
disk_rep.h 114 struct id pv_uuid; member in struct:pool_list

Completed in 109 milliseconds