|
yast2-storage
|
#include <Device.h>
Public Member Functions | |
| Device (const string &nm, const string &dev) | |
| Device (const string &nm, const string &dev, SystemInfo &systeminfo) | |
| Device (const xmlNode *node) | |
| Device (const Device &) | |
| virtual | ~Device () |
| void | saveData (xmlNode *node) const |
| const string & | name () const |
| const string & | device () const |
| void | setNameDevice (const string &nm, const string &dev) |
| bool | created () const |
| bool | deleted () const |
| void | setCreated (bool val=true) |
| void | setDeleted (bool val=true) |
| bool | isSilent () const |
| void | setSilent (bool val=true) |
| unsigned long long | sizeK () const |
| string | sizeString () const |
| bool | getMajorMinor () |
| unsigned long | majorNr () const |
| unsigned long | minorNr () const |
| const std::list< string > & | altNames () const |
| void | setAltNames (std::list< string > &li) |
| bool | sameDevice (const string &device) const |
| virtual string | udevPath () const |
| virtual list< string > | udevId () const |
| virtual string | procName () const |
| virtual string | sysfsPath () const |
| void | clearUsedBy () |
| void | setUsedBy (UsedByType type, const string &device) |
| void | addUsedBy (UsedByType type, const string &device) |
| void | removeUsedBy (UsedByType type, const string &device) |
| bool | isUsedBy () const |
| bool | isUsedBy (UsedByType type) const |
| const list< UsedBy > & | getUsedBy () const |
| virtual list< string > | getUsing () const |
| void | logDifference (std::ostream &log, const Device &rhs) const |
Protected Attributes | |
| string | nm |
| string | dev |
| bool | create |
| bool | del |
| bool | silent |
| unsigned long long | size_k |
| unsigned long | mjr |
| unsigned long | mnr |
| list< UsedBy > | uby |
| list< string > | alt_names |
Private Member Functions | |
| Device & | operator= (const Device &) |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const Device &d) |
| storage::Device::Device | ( | const string & | nm, |
| const string & | dev | ||
| ) |
References y2deb.
| storage::Device::Device | ( | const string & | nm, |
| const string & | dev, | ||
| SystemInfo & | systeminfo | ||
| ) |
References y2deb.
| storage::Device::Device | ( | const xmlNode * | node | ) |
References storage::getChildValue(), and y2deb.
| storage::Device::~Device | ( | ) | [virtual] |
References y2deb.
| void storage::Device::addUsedBy | ( | UsedByType | type, |
| const string & | device | ||
| ) |
Referenced by storage::Storage::addUsedBy().
| const std::list<string>& storage::Device::altNames | ( | ) | const [inline] |
References alt_names.
Referenced by storage::Volume::addDmCryptNames(), storage::BtrfsCo::getBtrfsData(), and storage::NfsCo::getNfsData().
| void storage::Device::clearUsedBy | ( | ) | [inline] |
References uby.
Referenced by storage::Storage::clearUsedBy().
| bool storage::Device::created | ( | ) | const [inline] |
References create.
Referenced by storage::LvmVg::changeChunkSize(), storage::Partition::changeId(), storage::Partition::changeNumber(), storage::LvmVg::changeStripe(), storage::LvmVg::changeStripeSize(), storage::LvmVg::commitChanges(), storage::Container::commitChanges(), storage::LvmVg::doCreateVg(), storage::Volume::getCommitActions(), storage::LvmVg::getCommitActions(), storage::Btrfs::getCommitActions(), storage::LvmVg::getInfo(), storage::LvmVg::getLvSnapshotState(), storage::Container::getToCommit(), storage::lvCreated(), storage::lvNotCreated(), storage::lvNotDeletedCreated(), storage::Storage::removeDmMapsTo(), storage::DmPartCo::removeDmPart(), storage::LvmVg::removeLv(), storage::MdPartCo::removeMdPart(), storage::LvmVg::removeVg(), storage::LvmVg::resizeVolume(), and storage::Container::stageIncrease().
| bool storage::Device::deleted | ( | ) | const [inline] |
References del.
Referenced by storage::LvmVg::addPv(), storage::DmraidCo::addPv(), storage::DmmultipathCo::addPv(), storage::MdPartCo::commitChanges(), storage::LvmVg::commitChanges(), storage::DmPartCo::commitChanges(), storage::Container::commitChanges(), storage::Storage::commitPair(), storage::Volume::doFstabUpdate(), storage::MdPartCo::doRemove(), storage::DmraidCo::doRemove(), storage::DmPartCo::doRemove(), storage::LvmVg::doRemoveVg(), storage::Volume::getCommitActions(), storage::MdPartCo::getCommitActions(), storage::LvmVg::getCommitActions(), storage::DmPartCo::getCommitActions(), storage::Dasd::getToCommit(), storage::Container::getToCommit(), storage::Volume::isDeleted(), storage::Dm::isDeleted(), storage::lvDeleted(), storage::lvNotDeletedCreated(), storage::Volume::notDeleted(), storage::Tmpfs::notDeleted(), storage::Partition::notDeleted(), storage::Nfs::notDeleted(), storage::MdPartCo::notDeleted(), storage::MdPart::notDeleted(), storage::Md::notDeleted(), storage::LvmLv::notDeleted(), storage::Loop::notDeleted(), storage::Dmraid::notDeleted(), storage::DmPart::notDeleted(), storage::Dm::notDeleted(), storage::Container::notDeleted(), storage::Btrfs::notDeleted(), storage::Container::stageDecrease(), storage::Partition::toChangeId(), storage::toChangeId(), storage::MdPartCo::updateDelDev(), and storage::DmPartCo::updateDelDev().
| const string& storage::Device::device | ( | ) | const [inline] |
References dev.
Referenced by storage::LvmVg::addPv(), storage::DmraidCo::addPv(), storage::DmmultipathCo::addPv(), storage::Md::createCmd(), storage::LoopCo::createLoop(), storage::LvmVg::createLv(), storage::LvmVg::createLvSnapshot(), storage::LvmVg::createThin(), storage::MdPartCo::destroyPartitionTable(), storage::DmPartCo::destroyPartitionTable(), storage::FreeInfo::detectContentInfo(), storage::Storage::deviceByNumber(), storage::DmPart::DmPart(), storage::MdPartCo::doCreateLabel(), storage::DmPartCo::doCreateLabel(), storage::LvmVg::doCreateVg(), storage::Volume::doFormatBtrfs(), storage::MdPartCo::doRemove(), storage::LvmVg::doRemove(), storage::Disk::doResize(), storage::Disk::doSetType(), storage::LvmVg::extendVg(), storage::BtrfsCo::getBtrfsData(), storage::Storage::getContVolInfo(), storage::PeContainer::getDeviceByNumber(), storage::DmCo::getDmData(), storage::DmCo::getDmDataCrypt(), storage::Volume::getFsData(), storage::Volume::getFstabData(), storage::Container::getInfo(), storage::Volume::getLoopData(), storage::LoopCo::getLoopData(), storage::Volume::getMountData(), storage::MdPartCo::getPartNum(), storage::Storage::getRecursiveUsedByHelper(), storage::Partition::getUsing(), storage::DmPart::getUsing(), storage::LvmVg::getVgData(), storage::Storage::getVolume(), storage::Storage::isUsedBySingleBtrfs(), storage::Md::Md(), storage::Storage::mountTmp(), storage::Volume::needFstabUpdate(), storage::Partition::Partition(), storage::Storage::removeDm(), storage::Storage::removeDmTableTo(), storage::LvmVg::removeLv(), storage::NfsCo::removeVolume(), storage::Volume::resizeFs(), storage::PeContainer::Pv::saveData(), storage::Volume::setNameDev(), storage::Volume::setUsedByUuid(), storage::Volume::Volume(), and storage::Partition::zeroIfNeeded().
| bool storage::Device::getMajorMinor | ( | ) |
References storage::getMajorMinor().
Referenced by storage::Partition::changeNumber(), storage::DmPartCo::DmPartCo(), storage::Volume::doCryptsetup(), storage::Volume::init(), storage::Loop::Loop(), storage::MdPartCo::MdPartCo(), storage::Partition::Partition(), storage::Volume::setDmcryptDev(), storage::Loop::setDmcryptDev(), and storage::DmPart::updateMinor().
| const list<UsedBy>& storage::Device::getUsedBy | ( | ) | const [inline] |
References uby.
Referenced by storage::MdPartCo::destroyPartitionTable(), storage::DmPartCo::destroyPartitionTable(), storage::BtrfsCo::deviceToUuid(), storage::BtrfsCo::getBtrfsData(), storage::Volume::getCommitActions(), storage::Storage::isUsedBySingleBtrfs(), storage::LvmVg::removeLv(), and storage::Volume::resizeFs().
| virtual list<string> storage::Device::getUsing | ( | ) | const [inline, virtual] |
Reimplemented in storage::Dm, storage::DmPart, storage::LvmLv, storage::Md, storage::MdPart, storage::MdPartCo, storage::Partition, and storage::PeContainer.
Referenced by storage::Storage::getRecursiveUsedByHelper().
| bool storage::Device::isSilent | ( | ) | const [inline] |
References silent.
Referenced by storage::BtrfsCo::doRemove().
| bool storage::Device::isUsedBy | ( | ) | const [inline] |
References uby.
Referenced by storage::Storage::canRemove(), storage::Volume::canResize(), storage::Volume::canUseDevice(), storage::Volume::changeFstabOptions(), storage::Volume::changeMount(), storage::Volume::changeMountBy(), storage::Container::commitChanges(), storage::MdPartCo::destroyPartitionTable(), storage::DmPartCo::destroyPartitionTable(), storage::Volume::doFormat(), storage::Volume::doMount(), storage::Volume::doSetLabel(), storage::Storage::isUsedBy(), storage::Volume::needCryptsetup(), storage::Volume::pvEncryption(), storage::LvmVg::removeLv(), storage::Volume::resizeFs(), storage::Volume::setEncryption(), storage::Volume::setFormat(), storage::Volume::setLabel(), and storage::Partition::zeroIfNeeded().
| bool storage::Device::isUsedBy | ( | UsedByType | type | ) | const |
| void storage::Device::logDifference | ( | std::ostream & | log, |
| const Device & | rhs | ||
| ) | const |
| unsigned long storage::Device::majorNr | ( | ) | const [inline] |
References mjr.
Referenced by storage::PeContainer::getDeviceByNumber(), and storage::Storage::removeDmTableTo().
| unsigned long storage::Device::minorNr | ( | ) | const [inline] |
References mnr.
Referenced by storage::DmmultipathCo::DmmultipathCo(), storage::DmraidCo::DmraidCo(), storage::PeContainer::getDeviceByNumber(), and storage::Storage::removeDmTableTo().
| const string& storage::Device::name | ( | ) | const [inline] |
References nm.
Referenced by storage::LvmVg::addLv(), storage::PeContainer::checkConsistency(), storage::MdPartCo::commitChanges(), storage::LvmVg::commitChanges(), storage::DmPartCo::commitChanges(), storage::Container::commitChanges(), storage::LvmVg::createText(), storage::MdPartCo::doCreate(), storage::MdCo::doCreate(), storage::LvmVg::doCreate(), storage::LoopCo::doCreate(), storage::DmPartCo::doCreate(), storage::Container::doCreate(), storage::LvmVg::doCreateVg(), storage::LvmVg::doExtendVg(), storage::LvmVg::doReduceVg(), storage::NfsCo::doRemove(), storage::MdPartCo::doRemove(), storage::MdCo::doRemove(), storage::LvmVg::doRemove(), storage::LoopCo::doRemove(), storage::DmraidCo::doRemove(), storage::DmPartCo::doRemove(), storage::DmCo::doRemove(), storage::Container::doRemove(), storage::LvmVg::doRemoveVg(), storage::MdPartCo::doResize(), storage::LvmVg::doResize(), storage::DmPartCo::doResize(), storage::Disk::doResize(), storage::Container::doResize(), storage::MdPartCo::doSetType(), storage::DmPartCo::doSetType(), storage::LvmVg::extendText(), storage::Btrfs::extendText(), storage::LvmVg::extendVg(), storage::LvmVg::findLv(), storage::Container::getInfo(), storage::LvmVg::logData(), storage::LvmLv::LvmLv(), storage::LvmVg::normalizeDmDevices(), storage::operator<<(), storage::LvmVg::reduceText(), storage::Btrfs::reduceText(), storage::LvmVg::reduceVg(), storage::Storage::removeContainer(), storage::MdPartCo::removeText(), storage::LvmVg::removeText(), storage::DmraidCo::removeText(), storage::DmPartCo::removeText(), storage::MdCo::removeVolume(), storage::LvmVg::removeVolume(), storage::LoopCo::removeVolume(), storage::DmCo::removeVolume(), storage::Container::removeVolume(), storage::LvmVg::resizeVolume(), storage::Dm::setTableName(), storage::Dm::setTargetName(), storage::MdPartCo::undevName(), and storage::DmPartCo::undevName().
| virtual string storage::Device::procName | ( | ) | const [inline, virtual] |
Reimplemented in storage::Disk, storage::Dm, storage::DmPartCo, storage::Md, storage::MdPart, storage::MdPartCo, and storage::Partition.
| void storage::Device::removeUsedBy | ( | UsedByType | type, |
| const string & | device | ||
| ) |
Referenced by storage::Storage::removeUsedBy().
| bool storage::Device::sameDevice | ( | const string & | device | ) | const |
References storage::normalizeDevice().
Referenced by storage::PeContainer::findPe().
| void storage::Device::saveData | ( | xmlNode * | node | ) | const |
Reimplemented in storage::Btrfs, storage::BtrfsCo, storage::Container, storage::Disk, storage::Dm, storage::LvmLv, storage::LvmVg, storage::Partition, storage::PeContainer, storage::Tmpfs, storage::TmpfsCo, and storage::Volume.
References storage::setChildValue().
| void storage::Device::setAltNames | ( | std::list< string > & | li | ) | [inline] |
References alt_names.
Referenced by storage::BtrfsCo::getBtrfsData(), and storage::NfsCo::getNfsData().
| void storage::Device::setCreated | ( | bool | val = true | ) | [inline] |
References create.
Referenced by storage::MdPartCo::addNewDev(), storage::DmPartCo::addNewDev(), storage::LoopCo::createLoop(), storage::LvmVg::createLv(), storage::LvmVg::createLvSnapshot(), storage::MdCo::createMd(), storage::LvmVg::createThin(), storage::LvmVg::doCreateVg(), and storage::LvmVg::LvmVg().
| void storage::Device::setDeleted | ( | bool | val = true | ) | [inline] |
| void storage::Device::setNameDevice | ( | const string & | nm, |
| const string & | dev | ||
| ) |
Referenced by storage::Partition::changeNumber(), and storage::DmPart::updateName().
| void storage::Device::setSilent | ( | bool | val = true | ) | [inline] |
| void storage::Device::setUsedBy | ( | UsedByType | type, |
| const string & | device | ||
| ) |
| unsigned long long storage::Device::sizeK | ( | ) | const [inline] |
Reimplemented in storage::DmPartCo.
References size_k.
Referenced by storage::LvmVg::changeStripe(), storage::Loop::checkReuse(), storage::Storage::computeMdSize(), storage::Loop::createFile(), storage::DmPart::DmPart(), storage::Disk::doResize(), storage::BtrfsCo::getBtrfsData(), storage::DmCo::getDmData(), storage::DmCo::getDmDataCrypt(), storage::LvmVg::getInfo(), storage::LoopCo::getLoopData(), storage::Disk::getPartedValues(), storage::operator<<(), storage::Partition::removeText(), storage::BtrfsCo::resizeVolume(), and storage::DmPart::updateSize().
| string storage::Device::sizeString | ( | ) | const |
References storage::byteToHumanString().
Referenced by storage::Volume::createText(), storage::Partition::createText(), storage::Md::createText(), storage::LvmVg::createText(), storage::Loop::createText(), storage::Volume::formatText(), storage::Partition::formatText(), storage::Md::formatText(), storage::LvmLv::formatText(), storage::Loop::formatText(), storage::Partition::removeText(), storage::Md::removeText(), storage::Loop::removeText(), storage::Volume::resizeText(), storage::Partition::resizeText(), and storage::LvmLv::resizeText().
| virtual string storage::Device::sysfsPath | ( | ) | const [inline, virtual] |
Reimplemented in storage::Btrfs, storage::Disk, storage::Dm, storage::DmPartCo, storage::Md, storage::MdPart, storage::MdPartCo, and storage::Partition.
Referenced by storage::Volume::getFilesysSysfsPath().
| list< string > storage::Device::udevId | ( | ) | const [virtual] |
Reimplemented in storage::Btrfs, storage::Disk, storage::DmPart, storage::DmPartCo, storage::Md, storage::MdPart, storage::MdPartCo, and storage::Partition.
Referenced by storage::Volume::allowedMountBy(), storage::Volume::doFstabUpdate(), storage::Volume::getFstabData(), storage::Volume::getInfo(), storage::Container::getInfo(), and storage::Volume::getMountByString().
| string storage::Device::udevPath | ( | ) | const [virtual] |
Reimplemented in storage::Btrfs, storage::Disk, and storage::Partition.
Referenced by storage::Volume::allowedMountBy(), storage::Volume::getFstabData(), storage::Volume::getInfo(), storage::Container::getInfo(), and storage::Volume::getMountByString().
| std::ostream& operator<< | ( | std::ostream & | s, |
| const Device & | d | ||
| ) | [friend] |
list<string> storage::Device::alt_names [protected] |
Referenced by storage::Partition::addAltUdevId(), storage::DmPart::addAltUdevId(), storage::Partition::addAltUdevPath(), storage::Volume::addDmCryptNames(), altNames(), storage::Volume::doFstabUpdate(), storage::Volume::findBlkid(), storage::Volume::getFsData(), storage::Volume::getFstabData(), storage::Volume::getLoopData(), storage::Volume::getMountData(), storage::MdPartCo::initMd(), storage::Loop::Loop(), storage::Volume::mount(), storage::operator<<(), storage::Volume::removeDmCryptNames(), storage::Volume::replaceAltName(), setAltNames(), storage::MdPartCo::setUdevData(), storage::Md::setUdevData(), storage::DmPartCo::setUdevData(), and storage::Volume::updateUuid().
bool storage::Device::create [protected] |
bool storage::Device::del [protected] |
Referenced by deleted(), storage::Volume::equalContent(), storage::Container::equalContent(), logDifference(), storage::Volume::needExtend(), storage::Volume::needShrink(), storage::Volume::operator<(), storage::Partition::operator<(), storage::Container::operator<(), storage::operator<<(), storage::Volume::operator==(), storage::Partition::operator==(), storage::Container::operator==(), and setDeleted().
string storage::Device::dev [protected] |
Referenced by storage::Md::addDevice(), storage::LvmVg::addLv(), storage::MdPartCo::addNewDev(), storage::DmPartCo::addNewDev(), storage::Partition::addUdevData(), storage::Volume::allowedMountBy(), storage::Volume::changeFstabOptions(), storage::Volume::changeMount(), storage::Partition::changeMount(), storage::Volume::changeMountBy(), storage::Partition::changeNumber(), storage::Volume::checkDevice(), storage::Container::Container(), storage::MdPartCo::createDisk(), storage::DmPartCo::createDisk(), storage::LvmVg::createLv(), storage::LvmVg::createLvSnapshot(), storage::Volume::createText(), storage::Partition::createText(), storage::Md::createText(), storage::LvmLv::createText(), storage::Loop::createText(), storage::Container::createText(), storage::LvmVg::createThin(), storage::Volume::crsetupText(), storage::Volume::defaultMountBy(), storage::Volume::detectEncryption(), device(), storage::Dmmultipath::Dmmultipath(), storage::DmmultipathCo::DmmultipathCo(), storage::DmPart::DmPart(), storage::DmPartCo::DmPartCo(), storage::Dmraid::Dmraid(), storage::DmraidCo::DmraidCo(), storage::Volume::doCryptsetup(), storage::Volume::doFormat(), storage::Volume::doFstabUpdate(), storage::Volume::doLosetup(), storage::Volume::doMount(), storage::Volume::doSetLabel(), storage::Volume::equalContent(), storage::Container::equalContent(), storage::Volume::formatText(), storage::Partition::formatText(), storage::Md::formatText(), storage::LvmLv::formatText(), storage::Loop::formatText(), storage::Volume::getCryptsetupCmd(), storage::Volume::getDmcryptName(), storage::Volume::getFstabDentry(), storage::Volume::getFstabDevice(), storage::Volume::getInfo(), storage::Volume::getMountByString(), storage::MdPartCo::getPartDevice(), storage::DmPartCo::getPartDevice(), storage::MdPartCo::getPartNum(), storage::MdPartCo::initMd(), storage::Volume::labelText(), logDifference(), storage::Loop::Loop(), storage::LoopCo::LoopCo(), storage::Volume::losetupText(), storage::LvmLv::LvmLv(), storage::LvmVg::LvmVg(), storage::Md::Md(), storage::MdCo::MdCo(), storage::Md::mdDevice(), storage::MdPart::MdPart(), storage::MdPartCo::MdPartCo(), storage::Volume::mount(), storage::Volume::mountDevice(), storage::Volume::mountText(), storage::Nfs::Nfs(), storage::NfsCo::NfsCo(), storage::LvmVg::normalizeDmDevices(), storage::operator<<(), storage::Partition::Partition(), storage::PeContainer::PeContainer(), storage::Volume::prepareRemove(), storage::Md::removeDevice(), storage::Volume::removeText(), storage::Partition::removeText(), storage::Md::removeText(), storage::LvmLv::removeText(), storage::Loop::removeText(), storage::Container::removeText(), storage::Volume::replaceAltName(), storage::Volume::resizeText(), storage::Partition::resizeText(), storage::LvmLv::resizeText(), storage::Volume::setDmcryptDev(), storage::Loop::setDmcryptDev(), storage::Loop::setEncryption(), storage::Volume::setFormat(), storage::Partition::setFormat(), storage::Volume::setNameDev(), storage::Partition::setTypeText(), storage::DmPart::setTypeText(), storage::MdPartCo::setUdevData(), storage::Md::setUdevData(), storage::TmpfsCo::TmpfsCo(), storage::Volume::umount(), storage::MdPartCo::updateEntry(), storage::Md::updateEntry(), storage::Volume::Volume(), storage::Container::~Container(), storage::DmmultipathCo::~DmmultipathCo(), storage::DmPart::~DmPart(), storage::DmPartCo::~DmPartCo(), storage::DmraidCo::~DmraidCo(), storage::Loop::~Loop(), storage::LvmVg::~LvmVg(), storage::Md::~Md(), storage::MdPartCo::~MdPartCo(), storage::Partition::~Partition(), storage::PeContainer::~PeContainer(), storage::TmpfsCo::~TmpfsCo(), and storage::Volume::~Volume().
unsigned long storage::Device::mjr [protected] |
unsigned long storage::Device::mnr [protected] |
Referenced by storage::Volume::addDmCryptNames(), storage::Volume::equalContent(), storage::Volume::getInfo(), storage::MdPartCo::getInfo(), storage::DmPartCo::getInfo(), logDifference(), minorNr(), storage::MdPartCo::nr(), storage::operator<<(), storage::DmPartCo::procName(), storage::Dm::procName(), storage::Volume::removeDmCryptNames(), storage::DmPart::updateMinor(), and storage::DmPart::updateSize().
string storage::Device::nm [protected] |
Referenced by storage::Container::Container(), storage::MdPartCo::createDisk(), storage::DmPartCo::createDisk(), storage::DmCo::DmCo(), storage::Volume::equalContent(), storage::Container::equalContent(), storage::Volume::getDmcryptName(), storage::Volume::getInfo(), storage::MdPartCo::getPartName(), storage::DmPartCo::getPartName(), storage::PeContainer::hasUnkownPv(), storage::Volume::init(), storage::MdPartCo::init(), storage::DmPartCo::init(), storage::MdPartCo::initMd(), storage::Disk::isDasd(), logDifference(), storage::MdPartCo::MdPartCo(), name(), storage::Volume::operator<(), storage::Container::operator<(), storage::operator<<(), storage::Volume::operator==(), storage::Container::operator==(), storage::Partition::procName(), storage::MdPartCo::procName(), storage::MdPart::procName(), storage::Md::procName(), storage::Disk::procName(), storage::Loop::setDmcryptDev(), storage::Volume::setNameDev(), storage::MdPartCo::setUdevData(), storage::Md::setUdevData(), storage::DmraidCo::setUdevData(), storage::DmmultipathCo::setUdevData(), storage::Md::updateData(), and storage::Volume::Volume().
bool storage::Device::silent [protected] |
Referenced by storage::MdPartCo::doCreate(), storage::LvmVg::doCreate(), storage::DmPartCo::doCreate(), storage::MdPartCo::doCreateLabel(), storage::DmPartCo::doCreateLabel(), storage::LvmVg::doCreateVg(), storage::Volume::doCryptsetup(), storage::Dasd::doDasdfmt(), storage::LvmVg::doExtendVg(), storage::Volume::doFormat(), storage::Volume::doFstabUpdate(), storage::Volume::doLosetup(), storage::Volume::doMount(), storage::LvmVg::doReduceVg(), storage::TmpfsCo::doRemove(), storage::MdPartCo::doRemove(), storage::LvmVg::doRemove(), storage::DmraidCo::doRemove(), storage::DmPartCo::doRemove(), storage::LvmVg::doRemoveVg(), storage::MdPartCo::doResize(), storage::LvmVg::doResize(), storage::DmPartCo::doResize(), storage::Volume::doSetLabel(), storage::MdPartCo::doSetType(), storage::DmPartCo::doSetType(), storage::Volume::equalContent(), storage::Container::equalContent(), isSilent(), storage::Container::logDifference(), storage::operator<<(), storage::MdPartCo::removePresentPartitions(), storage::DmPartCo::removePresentPartitions(), and setSilent().
unsigned long long storage::Device::size_k [protected] |
Referenced by storage::PeContainer::calcSize(), storage::Volume::canResize(), storage::Partition::changeRegion(), storage::Md::computeSize(), storage::MdPartCo::createDisk(), storage::DmPartCo::createDisk(), storage::Volume::equalContent(), storage::Volume::extendSize(), storage::Volume::forgetResize(), storage::Partition::forgetResize(), storage::Volume::getInfo(), storage::MdPartCo::handleWholeDevice(), storage::DmPartCo::handleWholeDevice(), storage::MdPartCo::init(), storage::DmPartCo::init(), storage::Dasd::initializeDisk(), storage::Volume::logDifference(), storage::Volume::needExtend(), storage::Volume::needShrink(), storage::operator<<(), storage::Partition::Partition(), storage::Volume::resizeFs(), storage::Volume::setFormat(), storage::Volume::setResizedSize(), storage::Volume::setSize(), storage::MdPartCo::setSize(), storage::DmPartCo::sizeK(), sizeK(), storage::DmPart::updateSize(), storage::Volume::Volume(), and storage::Partition::zeroIfNeeded().
list<UsedBy> storage::Device::uby [protected] |
1.7.3