#include <PeContainer.h>
Public Member Functions | |
| Pv () | |
| Pv (const xmlNode *node) | |
| void | saveData (xmlNode *node) const |
| string | realDevice () const |
| bool | operator== (const Pv &rhs) const |
| bool | operator== (const string &dev) const |
| bool | equalContent (const Pv &rhs) const |
Static Public Member Functions | |
| static bool | comp_le (const Pv &a, const Pv &b) |
| static bool | no_free (const Pv &a) |
Public Attributes | |
| string | device |
| string | dmcryptDevice |
| string | uuid |
| string | status |
| unsigned long | num_pe |
| unsigned long | free_pe |
| storage::PeContainer::Pv::Pv | ( | ) | [inline] |
| storage::PeContainer::Pv::Pv | ( | const xmlNode * | node | ) |
References device, free_pe, storage::getChildValue(), num_pe, and y2deb.
| void storage::PeContainer::Pv::saveData | ( | xmlNode * | node | ) | const |
References device, free_pe, num_pe, and storage::setChildValue().
| string storage::PeContainer::Pv::realDevice | ( | ) | const [inline] |
| static bool storage::PeContainer::Pv::no_free | ( | const Pv & | a | ) | [inline, static] |
| bool storage::PeContainer::Pv::operator== | ( | const string & | dev | ) | const [inline] |
References device.
| bool storage::PeContainer::Pv::equalContent | ( | const Pv & | rhs | ) | const [inline] |
Referenced by storage::PeContainer::addPv(), storage::LvmVg::addPv(), storage::DmraidCo::addPv(), storage::DmmultipathCo::addPv(), storage::LvmVg::doCreatePv(), equalContent(), storage::LvmVg::extendVg(), storage::DmmultipathCo::getMultipathData(), storage::DmraidCo::getRaidData(), storage::LvmVg::getVgData(), storage::operator<<(), operator==(), storage::PeContainer::PeContainer(), Pv(), realDevice(), saveData(), and storage::PeContainer::tryUnusePe().
Referenced by equalContent(), storage::LvmVg::extendVg(), storage::LvmVg::getVgData(), storage::operator<<(), and realDevice().
Referenced by equalContent(), storage::LvmVg::getVgData(), and storage::operator<<().
Referenced by equalContent(), storage::LvmVg::getVgData(), and storage::operator<<().
| unsigned long storage::PeContainer::Pv::num_pe |
| unsigned long storage::PeContainer::Pv::free_pe |
Referenced by comp_le(), equalContent(), storage::LvmVg::extendVg(), storage::LvmVg::getVgData(), no_free(), storage::operator<<(), Pv(), and saveData().
1.5.6