Home
last modified time | relevance | path

Searched refs:pv_status (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl2/lvm2/dist/tools/
H A Dpvscan.c76 if (pv_status(pv) & EXPORTED_VG) { in _pvscan_display_single()
149 && !(pv_status(pv) & EXPORTED_VG)) in pvscan()
H A Dpvchange.c116 if (allocatable && (pv_status(pv) & ALLOCATABLE_PV)) { in _pvchange_single()
123 if (!allocatable && !(pv_status(pv) & ALLOCATABLE_PV)) { in _pvchange_single()
H A Dpvdisplay.c68 if (pv_status(pv) & EXPORTED_VG) in _pvdisplay_single()
/netbsd/external/gpl2/lvm2/dist/lib/format1/
H A Dformat1.c45 exported = dl->pvd.pv_status & VG_EXPORTED; in _check_vgs()
50 if (exported != (dl->pvd.pv_status & VG_EXPORTED)) { in _check_vgs()
54 if (dl->pvd.pv_status & VG_EXPORTED) in _check_vgs()
H A Dlvm1-label.c76 exported = pvd->pv_status & VG_EXPORTED; in _lvm1_read()
H A Ddisk-rep.h90 uint32_t pv_status; member
H A Ddisk-rep.c52 xx32(pv_status); in _xlate_pvd()
182 pvd->pv_status |= VG_EXPORTED; in _munge_exported_vg()
H A Dimport-export.c89 if (pvd->pv_status & VG_EXPORTED) in import_pv()
666 if (dl->pvd.pv_status & PV_ACTIVE) in export_pv_act()
/netbsd/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h716 uint32_t pv_status(const struct physical_volume *pv);
H A Dmetadata.c3553 uint32_t pv_status(const struct physical_volume *pv) in pv_status() function
/netbsd/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h716 uint32_t pv_status(const struct physical_volume *pv);