Searched refs:pv_status (Results 1 – 11 of 11) sorted by relevance
76 if (pv_status(pv) & EXPORTED_VG) { in _pvscan_display_single()149 && !(pv_status(pv) & EXPORTED_VG)) in pvscan()
116 if (allocatable && (pv_status(pv) & ALLOCATABLE_PV)) { in _pvchange_single()123 if (!allocatable && !(pv_status(pv) & ALLOCATABLE_PV)) { in _pvchange_single()
68 if (pv_status(pv) & EXPORTED_VG) in _pvdisplay_single()
45 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()
76 exported = pvd->pv_status & VG_EXPORTED; in _lvm1_read()
90 uint32_t pv_status; member
52 xx32(pv_status); in _xlate_pvd()182 pvd->pv_status |= VG_EXPORTED; in _munge_exported_vg()
89 if (pvd->pv_status & VG_EXPORTED) in import_pv()666 if (dl->pvd.pv_status & PV_ACTIVE) in export_pv_act()
716 uint32_t pv_status(const struct physical_volume *pv);
3553 uint32_t pv_status(const struct physical_volume *pv) in pv_status() function