Home
last modified time | relevance | path

Searched refs:info_from_pvid (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/label/
H A Dlabel.c182 if ((info = info_from_pvid(dev->pvid, 0))) in _find_labeller()
271 if ((info = info_from_pvid(dev->pvid, 1))) { in label_read()
280 if ((info = info_from_pvid(dev->pvid, 0))) in label_read()
358 if ((info = info_from_pvid(dev->pvid, 0))) in label_verify()
/dragonfly/contrib/lvm2/dist/lib/cache/
H A Dlvmcache.c456 struct lvmcache_info *info_from_pvid(const char *pvid, int valid_only) in info_from_pvid() function
678 if ((info = info_from_pvid((char *) pvid, 0))) { in device_from_pvid()
689 if ((info = info_from_pvid((char *) pvid, 0))) { in device_from_pvid()
703 if ((info = info_from_pvid((char *) pvid, 0))) { in device_from_pvid()
1142 if ((info = info_from_pvid(pvid_s, 0)) && in lvmcache_update_vg()
1173 if (!(existing = info_from_pvid(pvid_s, 0)) && in lvmcache_add()
1174 !(existing = info_from_pvid(dev->pvid, 0))) { in lvmcache_add()
H A Dlvmcache.h96 struct lvmcache_info *info_from_pvid(const char *pvid, int valid_only);
/dragonfly/contrib/lvm2/dist/include/
H A Dlvmcache.h96 struct lvmcache_info *info_from_pvid(const char *pvid, int valid_only);
/dragonfly/contrib/lvm2/dist/tools/
H A Dpvresize.c76 if (!(info = info_from_pvid(pv->dev->pvid, 0))) { in _pv_resize_single()
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Darchiver.c314 if (!(info = info_from_pvid(pv->dev->pvid, 0))) { in backup_restore_vg()
H A Dformat-text.c397 if ((info = info_from_pvid(dev_area->dev->pvid, 0))) in _find_vg_rlocn()
1693 if ((info = info_from_pvid(pv->dev->pvid, 0))) { in _text_pv_setup()
/dragonfly/contrib/lvm2/dist/lib/report/
H A Dreport.c890 if ((info = info_from_pvid(pvid, 0))) in _pvmdafree_disp()
933 if ((info = info_from_pvid(pvid, 0))) in _pvmdasize_disp()
/dragonfly/contrib/lvm2/dist/lib/device/
H A Ddev-io.c645 (!(info = info_from_pvid(dev->pvid, 0)) || in _dev_close()
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmetadata.c2592 if (!(info = info_from_pvid(pvl->pv->dev->pvid, 1)) || in _vg_read()
3582 info = info_from_pvid((const char *)&pv->id.uuid, 0); in pv_mda_count()