AppUtil.h File Reference

#include <libintl.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sstream>
#include <locale>
#include <string>
#include <list>
#include <map>

Go to the source code of this file.

Namespaces

namespace  storage

Classes

struct  storage::StatVfs
class  storage::UdevMap
class  storage::StopWatch
struct  storage::Text

Defines

#define y2deb(op)   y2log_op(storage::DEBUG, __FILE__, __LINE__, __FUNCTION__, op)
#define y2mil(op)   y2log_op(storage::MILESTONE, __FILE__, __LINE__, __FUNCTION__, op)
#define y2war(op)   y2log_op(storage::WARNING, __FILE__, __LINE__, __FUNCTION__, op)
#define y2err(op)   y2log_op(storage::ERROR, __FILE__, __LINE__, __FUNCTION__, op)
#define y2log_op(level, file, line, func, op)

Enumerations

enum  storage::LogLevel { storage::DEBUG, storage::MILESTONE, storage::WARNING, storage::ERROR }

Functions

void storage::createPath (const string &Path_Cv)
bool storage::checkNormalFile (const string &Path_Cv)
bool storage::checkDir (const string &Path_Cv)
bool storage::getStatMode (const string &Path_Cv, mode_t &val)
bool storage::setStatMode (const string &Path_Cv, mode_t val)
list< string > storage::glob (const string &path, int flags)
bool storage::getStatVfs (const string &path, StatVfs &buf)
bool storage::getMajorMinor (const string &device, unsigned long &major, unsigned long &minor)
string storage::extractNthWord (int Num_iv, const string &Line_Cv, bool GetRest_bi)
list< string > storage::splitString (const string &s, const string &delChars, bool multipleDelim, bool skipEmpty, const string &quotes)
map< string, string > storage::makeMap (const list< string > &l, const string &delim, const string &removeSur)
string storage::udevAppendPart (const string &s, unsigned num)
string storage::udevEncode (const string &s)
string storage::udevDecode (const string &s)
map< string, string > storage::getDirLinks (const string &dir)
bool storage::mkdtemp (string &path)
bool storage::readlink (const string &path, string &buf)
string storage::normalizeDevice (const string &dev)
list< string > storage::normalizeDevices (const list< string > &devs)
string storage::undevDevice (const string &dev)
bool storage::isNfsDev (const string &dev)
unsigned storage::getMajorDevices (const char *driver)
template<class StreamType>
void storage::classic (StreamType &stream)
void storage::createLogger (const string &name, const string &logpath, const string &logfile)
bool storage::testLogLevel (LogLevel level)
void storage::prepareLogStream (ostringstream &stream)
ostringstream * storage::logStreamOpen ()
void storage::logStreamClose (LogLevel level, const char *file, unsigned line, const char *func, ostringstream *stream)
string storage::hostname ()
string storage::datetime ()
Text storage::sformat (const Text &format,...)
Text storage::_ (const char *msgid)
Text storage::_ (const char *msgid, const char *msgid_plural, unsigned long int n)


Define Documentation

#define y2deb ( op   )     y2log_op(storage::DEBUG, __FILE__, __LINE__, __FUNCTION__, op)

Referenced by storage::SystemCmd::addLine(), storage::Btrfs::Btrfs(), storage::BtrfsCo::BtrfsCo(), storage::SystemCmd::checkOutput(), storage::Container::Container(), storage::Dasd::Dasd(), storage::Device::Device(), storage::Disk::Disk(), storage::Dm::Dm(), storage::DmCo::DmCo(), storage::Dmmultipath::Dmmultipath(), storage::DmmultipathCo::DmmultipathCo(), storage::DmPart::DmPart(), storage::DmPartCo::DmPartCo(), storage::Dmraid::Dmraid(), storage::DmraidCo::DmraidCo(), storage::SystemCmd::doExecute(), storage::SystemCmd::doWait(), storage::SystemCmd::extractNewline(), storage::SystemCmd::getUntilEOF(), storage::Disk::getUnusedSpace(), storage::Lock::Lock(), storage::Loop::Loop(), storage::LoopCo::LoopCo(), storage::LvmLv::LvmLv(), storage::LvmVg::LvmVg(), storage::Md::Md(), storage::MdCo::MdCo(), storage::MdPart::MdPart(), storage::MdPartCo::MdPartCo(), storage::Nfs::Nfs(), storage::NfsCo::NfsCo(), storage::SystemCmd::numLines(), storage::Partition::Partition(), storage::PeContainer::PeContainer(), storage::DasdfmtProgressBar::process(), storage::ReiserProgressBar::process(), storage::Mke2fsProgressBar::process(), storage::PeContainer::Pv::Pv(), storage::DmCo::second(), storage::SystemCmd::select(), storage::SystemInfo::SystemInfo(), storage::Storage::testFilesEqual(), storage::Tmpfs::Tmpfs(), storage::TmpfsCo::TmpfsCo(), storage::Volume::Volume(), storage::Btrfs::~Btrfs(), storage::BtrfsCo::~BtrfsCo(), storage::Container::~Container(), storage::Dasd::~Dasd(), storage::Device::~Device(), storage::Disk::~Disk(), storage::Dm::~Dm(), storage::DmCo::~DmCo(), storage::Dmmultipath::~Dmmultipath(), storage::DmmultipathCo::~DmmultipathCo(), storage::DmPart::~DmPart(), storage::DmPartCo::~DmPartCo(), storage::Dmraid::~Dmraid(), storage::DmraidCo::~DmraidCo(), storage::Loop::~Loop(), storage::LoopCo::~LoopCo(), storage::LvmLv::~LvmLv(), storage::LvmVg::~LvmVg(), storage::Md::~Md(), storage::MdCo::~MdCo(), storage::MdPart::~MdPart(), storage::MdPartCo::~MdPartCo(), storage::Nfs::~Nfs(), storage::NfsCo::~NfsCo(), storage::Partition::~Partition(), storage::PeContainer::~PeContainer(), storage::SystemInfo::~SystemInfo(), storage::Tmpfs::~Tmpfs(), storage::TmpfsCo::~TmpfsCo(), and storage::Volume::~Volume().

#define y2err ( op   )     y2log_op(storage::ERROR, __FILE__, __LINE__, __FUNCTION__, op)

Referenced by storage::Storage::autodetectDisks(), storage::LvmLv::calcSize(), storage::Btrfs::changeDeviceName(), storage::Disk::checkPartitionsValid(), storage::Dasd::checkPartitionsValid(), storage::Disk::checkSystemError(), storage::Container::compareContainer(), storage::Dasdview::Dasdview(), storage::Storage::detectObjects(), storage::LvmVg::doCreateVg(), storage::SystemCmd::doExecute(), storage::MdPartCo::doRemove(), storage::SystemCmd::doWait(), storage::Fdasd::Fdasd(), storage::SystemCmd::getLine(), storage::getMajorDevices(), storage::getMajorMinor(), storage::getMdadmDetails(), storage::Volume::getMountByString(), storage::Disk::getPartedValues(), storage::ProcParts::getSize(), storage::getStatVfs(), storage::MdPartCo::handleWholeDevice(), storage::DmPartCo::handleWholeDevice(), storage::Storage::initialize(), storage::MdPartCo::initMd(), storage::Lock::Lock(), storage::Loop::Loop(), storage::Md::Md(), storage::SystemCmd::numLines(), storage::Parted::Parted(), storage::DasdfmtProgressBar::process(), storage::read_sysfs_property(), storage::AsciiFile::reload(), storage::DmPartCo::removeDmPart(), storage::EtcMdadm::removeEntry(), storage::MdPartCo::removeMdPart(), storage::BtrfsCo::removeVolume(), storage::Storage::rootMounted(), storage::AsciiFile::save(), storage::Parted::scanCylEntryLine(), storage::Fdasd::scanEntryLine(), storage::Parted::scanGeometryLine(), storage::Parted::scanSecEntryLine(), storage::SystemCmd::select(), storage::toValue(), storage::Md::updateData(), storage::EtcMdadm::updateEntry(), and storage::Storage::~Storage().

#define y2log_op ( level,
file,
line,
func,
op   ) 

Value:

do {                                                            \
        if (storage::testLogLevel(level))                               \
        {                                                               \
            std::ostringstream* __buf = storage::logStreamOpen();       \
            *__buf << op;                                               \
            storage::logStreamClose(level, file, line, func, __buf);    \
        }                                                               \
    } while (0)

#define y2mil ( op   )     y2log_op(storage::MILESTONE, __FILE__, __LINE__, __FUNCTION__, op)

Referenced by storage::MdCo::activate(), storage::LvmVg::activate(), storage::DmraidCo::activate(), storage::DmmultipathCo::activate(), storage::Dm::activate(), storage::Storage::activateEncryption(), storage::Storage::activateHld(), storage::Storage::activateMultipath(), storage::Md::addDevice(), storage::PeContainer::addedPv(), storage::EtcFstab::addEntry(), storage::Storage::addFstabEntry(), storage::Storage::addFstabOptions(), storage::Storage::addInfoPopupText(), storage::SystemCmd::addLine(), storage::LvmVg::addLv(), storage::PeContainer::addLvPeDistribution(), storage::MdPartCo::addNewDev(), storage::DmPartCo::addNewDev(), storage::NfsCo::addNfs(), storage::Storage::addNfsDevice(), storage::Btrfs::addSubvol(), storage::Storage::addTmpfsMount(), storage::Partition::addUdevData(), storage::Storage::addUsedBy(), storage::Volume::allowedMountBy(), storage::Disk::availablePartNumber(), storage::Btrfs::Btrfs(), storage::Nfs::canonicalName(), storage::Volume::canResize(), storage::Storage::canUseDevice(), storage::Storage::changeDescText(), storage::Storage::changeDeviceName(), storage::Storage::changeFormatVolume(), storage::Volume::changeFstabOptions(), storage::Storage::changeFstabOptions(), storage::Partition::changeId(), storage::Storage::changeLabelVolume(), storage::Storage::changeLvStripeCount(), storage::Storage::changeLvStripeSize(), storage::Storage::changeMdChunk(), storage::MdCo::changeMdChunk(), storage::Storage::changeMdParity(), storage::MdCo::changeMdParity(), storage::Storage::changeMdType(), storage::MdCo::changeMdType(), storage::Storage::changeMkfsOptVolume(), storage::Volume::changeMount(), storage::Partition::changeMount(), storage::Volume::changeMountBy(), storage::Storage::changeMountBy(), storage::Storage::changeMountPoint(), storage::Disk::changeNumbers(), storage::MdPartCo::changePartitionArea(), storage::DmPartCo::changePartitionArea(), storage::Disk::changePartitionArea(), storage::Storage::changePartitionId(), storage::MdPartCo::changePartitionId(), storage::DmPartCo::changePartitionId(), storage::Disk::changePartitionId(), storage::EtcFstab::changeRootPrefix(), storage::LvmVg::changeStripe(), storage::LvmVg::changeStripeSize(), storage::Storage::changeTunefsOptVolume(), storage::Storage::checkBackupState(), storage::PeContainer::checkCreateConstraints(), storage::Volume::checkDevice(), storage::Storage::checkDeviceMounted(), storage::Md::checkDevices(), storage::Storage::checkDmMapsTo(), storage::Dasd::checkFdasdOutput(), storage::Storage::checkMd(), storage::MdCo::checkMd(), storage::Storage::checkNfsDevice(), storage::Disk::checkPartedOutput(), storage::Disk::checkPartedValid(), storage::Loop::checkReuse(), storage::Disk::checkSystemError(), storage::MdCo::checkUse(), storage::Btrfs::clearSignature(), storage::Storage::clearUsedBy(), storage::CmdBtrfsShow::CmdBtrfsShow(), storage::CmdDmraid::CmdDmraid(), storage::CmdDmsetup::CmdDmsetup(), storage::CmdMultipath::CmdMultipath(), storage::Storage::commit(), storage::MdPartCo::commitChanges(), storage::LvmVg::commitChanges(), storage::DmPartCo::commitChanges(), storage::Disk::commitChanges(), storage::Dasd::commitChanges(), storage::Container::commitChanges(), storage::BtrfsCo::commitChanges(), storage::Storage::commitErrorPopupCb(), storage::Storage::commitPair(), storage::Container::compareContainer(), storage::Storage::computeMdSize(), storage::Btrfs::countSubvolAddDel(), storage::Storage::createBackupState(), storage::Disk::createChecks(), storage::Md::createCmd(), storage::EtcFstab::createCrtabLine(), storage::Loop::createFile(), storage::Storage::createFileLoop(), storage::EtcFstab::createLine(), storage::LoopCo::createLoop(), storage::LvmVg::createLv(), storage::Storage::createLvmLv(), storage::Storage::createLvmLvSnapshot(), storage::Storage::createLvmVg(), storage::LvmVg::createLvSnapshot(), storage::Storage::createMd(), storage::MdCo::createMd(), storage::Storage::createMdAny(), storage::Storage::createPartition(), storage::MdPartCo::createPartition(), storage::DmPartCo::createPartition(), storage::Disk::createPartition(), storage::Storage::createPartitionAny(), storage::Storage::createPartitionKb(), storage::Storage::createPartitionMax(), storage::Storage::createSubvolume(), storage::BtrfsCo::createSubvolume(), storage::Btrfs::createSubvolume(), storage::EtcFstab::createTabLine(), storage::Volume::cryptUnsetup(), storage::Storage::cylinderToKb(), storage::Dasdview::Dasdview(), storage::Storage::decideMultipath(), storage::Disk::defaultLabel(), storage::Dasd::defaultLabel(), storage::Volume::defaultMountBy(), storage::Storage::deletedDevice(), storage::Btrfs::deleteSubvolume(), storage::Storage::destroyPartitionTable(), storage::MdPartCo::destroyPartitionTable(), storage::DmPartCo::destroyPartitionTable(), storage::Disk::destroyPartitionTable(), storage::ArchInfo::detect(), storage::FreeInfo::detectContentInfo(), storage::Volume::detectEncryption(), storage::DmCo::detectEncryption(), storage::Storage::detectFsData(), storage::detectGeometry(), storage::Storage::detectObjects(), storage::Disk::detectPartitions(), storage::Dasd::detectPartitions(), storage::Dasd::detectPartitionsFdasd(), storage::FreeInfo::detectResizeInfo(), storage::Storage::deviceByNumber(), storage::Storage::deviceSize(), storage::BtrfsCo::deviceToUuid(), storage::Dm::devToTable(), storage::Storage::discoverMdPVols(), storage::Disk::Disk(), storage::Dm::Dm(), storage::Dm::dmMajor(), storage::Dmmultipath::Dmmultipath(), storage::DmPart::DmPart(), storage::Dmraid::Dmraid(), storage::MdPartCo::doCreate(), storage::MdCo::doCreate(), storage::LvmVg::doCreate(), storage::LoopCo::doCreate(), storage::DmPartCo::doCreate(), storage::Disk::doCreate(), storage::MdPartCo::doCreateLabel(), storage::DmPartCo::doCreateLabel(), storage::Disk::doCreateLabel(), storage::LvmVg::doCreatePv(), storage::Btrfs::doCreateSubvol(), storage::LvmVg::doCreateVg(), storage::Volume::doCrsetup(), storage::Volume::doCryptsetup(), storage::Dasd::doDasdfmt(), storage::Btrfs::doDeleteSubvol(), storage::SystemCmd::doExecute(), storage::Btrfs::doExtend(), storage::LvmVg::doExtendVg(), storage::Dasd::doFdasd(), storage::Volume::doFormat(), storage::Volume::doFormatBtrfs(), storage::Volume::doFstabUpdate(), storage::Volume::doLosetup(), storage::Volume::doMount(), storage::Btrfs::doReduce(), storage::LvmVg::doReduceVg(), storage::TmpfsCo::doRemove(), 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::Disk::doRemove(), storage::BtrfsCo::doRemove(), storage::LvmVg::doRemoveVg(), storage::MdPartCo::doResize(), storage::LvmVg::doResize(), storage::DmPartCo::doResize(), storage::Disk::doResize(), storage::Volume::doSetLabel(), storage::MdPartCo::doSetType(), storage::DmPartCo::doSetType(), storage::Disk::doSetType(), storage::Storage::dumpCommitInfos(), storage::Storage::dumpObjectList(), storage::Disk::enlargeGpt(), storage::Storage::equalBackupStates(), storage::Storage::eraseLabelVolume(), storage::EtcFstab::EtcFstab(), storage::SystemCmd::execute(), storage::SystemCmd::executeBackground(), storage::Storage::existSubvolume(), storage::BtrfsCo::existSubvolume(), storage::Btrfs::existSubvolume(), storage::Storage::extendBtrfsVolume(), storage::Storage::extendLvmVg(), storage::Storage::extendMd(), storage::MdCo::extendMd(), storage::LvmVg::extendVg(), storage::BtrfsCo::extendVolume(), storage::Btrfs::extendVolume(), storage::BtrfsCo::fakeUuid(), storage::Fdasd::Fdasd(), storage::Storage::fetchDanglingUsedBy(), storage::MdPartCo::filterMdPartCo(), storage::BtrfsCo::findBtrfs(), storage::EtcFstab::findCrtab(), storage::Storage::findDiskId(), storage::Storage::findDiskPath(), storage::Storage::findDm(), storage::Storage::findDmUsing(), storage::EtcFstab::findFile(), storage::EtcFstab::findIdPath(), storage::Storage::findNormalDevice(), storage::PeContainer::findPe(), storage::EtcFstab::findPrefix(), storage::TmpfsCo::findTmpfs(), storage::EtcFstab::findUuidLabel(), storage::Storage::findVolume(), storage::EtcFstab::flush(), storage::Storage::forgetChangePartitionId(), storage::MdPartCo::forgetChangePartitionId(), storage::DmPartCo::forgetChangePartitionId(), storage::Disk::forgetChangePartitionId(), storage::Storage::forgetCryptPassword(), storage::Storage::forgetResizeVolume(), storage::Btrfs::formatText(), storage::Storage::freeCylindersAroundPartition(), storage::MdPartCo::freeCylindersAroundPartition(), storage::DmPartCo::freeCylindersAroundPartition(), storage::Disk::freeCylindersAroundPartition(), storage::Volume::fstabUpdateDone(), storage::Storage::getAllUsedFs(), storage::BtrfsCo::getBtrfsData(), storage::Storage::getCachedFreeInfo(), storage::Volume::getCommitActions(), storage::MdPartCo::getCommitActions(), storage::LvmVg::getCommitActions(), storage::DmPartCo::getCommitActions(), storage::Dasd::getCommitActions(), storage::Btrfs::getCommitActions(), storage::Storage::getCommitInfos(), storage::Storage::getContainers(), storage::Storage::getContVolInfo(), storage::Storage::getCrypt(), storage::Storage::getCryptPassword(), storage::Volume::getCryptsetupCmd(), storage::PeContainer::getDeviceByNumber(), storage::Btrfs::getDevices(), storage::Storage::getDiskList(), storage::Disk::getDiskPartition(), storage::Disk::getDlabelCapabilities(), storage::DmCo::getDmData(), storage::Volume::getFilesysSysfsPath(), storage::Storage::getFreeInfo(), storage::Volume::getFreeLoop(), storage::Volume::getFsData(), storage::Volume::getFstabData(), storage::Volume::getFstabDentry(), storage::Volume::getFstabDevice(), storage::Storage::getFstabOptions(), storage::Storage::getIgnoreFstab(), storage::LvmVg::getInfo(), storage::DmPartCo::getInfo(), storage::Volume::getLoopData(), storage::LoopCo::getLoopData(), storage::Volume::getLosetupCmd(), storage::Storage::getLvmLvSnapshotStateInfo(), storage::LvmVg::getLvSnapshotState(), storage::getMajorDevices(), storage::getMdadmDetails(), storage::Storage::getMdAllowedParity(), storage::MdCo::getMdState(), storage::Storage::getMdStateInfo(), storage::Storage::getMountBy(), storage::Volume::getMountData(), storage::Storage::getMountPoint(), storage::DmmultipathCo::getMultipaths(), storage::DmPartCo::getPartDevice(), storage::Disk::getPartedValues(), storage::MdPartCo::getPartition(), storage::DmPartCo::getPartition(), storage::Disk::getPartitionAfter(), storage::DmPartCo::getPartName(), storage::DmraidCo::getRaidData(), storage::DmraidCo::getRaids(), storage::Storage::getRecursiveUsedBy(), storage::Storage::getRecursiveUsing(), storage::ProcParts::getSize(), storage::getStatMode(), storage::getStatVfs(), storage::Btrfs::getSubvolAddDel(), storage::Disk::getSysfsInfo(), storage::Dm::getTableInfo(), storage::TmpfsCo::getTmpfsData(), storage::MdPartCo::getToCommit(), storage::LvmVg::getToCommit(), storage::DmPartCo::getToCommit(), storage::Disk::getToCommit(), storage::Dasd::getToCommit(), storage::Container::getToCommit(), storage::BtrfsCo::getToCommit(), storage::SystemCmd::getUntilEOF(), storage::Storage::getUnusedPartitionSlots(), storage::Disk::getUnusedSpace(), storage::CmdBtrfsShow::getUuids(), storage::InstallInfFile::getValue(), storage::SysconfigFile::getValue(), storage::LvmVg::getVgData(), storage::LvmVg::getVgs(), storage::Storage::getVolume(), storage::handle_O_Features(), storage::Storage::handleHald(), storage::Storage::handleLogFile(), storage::MdPartCo::handleWholeDevice(), storage::DmPartCo::handleWholeDevice(), storage::MdPartCo::hasFileSystem(), storage::Storage::hasIScsiDisks(), storage::MdPartCo::hasPartitionTable(), storage::MdPartCo::havePartsInProc(), storage::haveQuota(), storage::Storage::ignoreError(), storage::Storage::infoPopupCb(), storage::MdPartCo::init(), storage::DmPartCo::init(), storage::Storage::initDisk(), storage::Storage::initialize(), storage::Storage::initializeDisk(), storage::Dasd::initializeDisk(), storage::ProcMounts::isBind(), storage::isImsmPlatform(), storage::Disk::isLogical(), storage::Volume::isTmpCryptMp(), storage::Storage::isUsedBy(), storage::Storage::isUsedBySingleBtrfs(), storage::FreeInfo::isWindows(), storage::Storage::kbToCylinder(), storage::Storage::knownDevice(), storage::PeContainer::leByLvRemove(), storage::Lock::Lock(), storage::Storage::logCo(), storage::AsciiFile::logContent(), storage::SystemCmd::logOutput(), storage::Storage::logProcData(), storage::Loop::Loop(), storage::Loop::loopMajor(), storage::Dm::mapsTo(), storage::Md::mdMajor(), storage::MdPart::MdPart(), storage::Storage::modifyFileLoop(), storage::Volume::mount(), storage::Storage::mountDev(), storage::Storage::mountTmp(), storage::Storage::needCryptPassword(), storage::Volume::needCryptPwd(), storage::DmraidCo::newP(), storage::DmPartCo::newP(), storage::DmmultipathCo::newP(), storage::Storage::nextFreeMd(), storage::Storage::nextFreePartition(), storage::MdPartCo::nextFreePartition(), storage::DmPartCo::nextFreePartition(), storage::Disk::nextFreePartition(), storage::LvmVg::normalizeDmDevices(), storage::FreeInfo::numHomes(), storage::operator<(), storage::ProcMdstat::parse(), storage::Lsscsi::parse(), storage::Blkid::parse(), storage::Parted::Parted(), storage::Disk::partitionsKernelKnowns(), storage::Storage::passwordPopupCb(), storage::Volume::prepareRemove(), storage::Volume::prepareTmpMount(), storage::DasdfmtProgressBar::process(), storage::ProcMdstat::ProcMdstat(), storage::Storage::progressBarCb(), storage::EtcFstab::readFiles(), storage::Storage::readFstab(), storage::Disk::redetectGeometry(), storage::LvmVg::reduceVg(), storage::ProcParts::reload(), storage::ProcMounts::reload(), storage::AsciiFile::reload(), storage::PeContainer::remLvPeDistribution(), storage::Storage::removeBackupState(), storage::Storage::removeContainer(), storage::Md::removeDevice(), storage::Storage::removeDm(), storage::DmCo::removeDm(), storage::Storage::removeDmMapsTo(), storage::DmPartCo::removeDmPart(), storage::Storage::removeDmTable(), storage::Storage::removeDmTableTo(), storage::EtcMdadm::removeEntry(), storage::EtcFstab::removeEntry(), storage::Storage::removeFileLoop(), storage::Container::removeFromList(), storage::MdPartCo::removeFromMemory(), storage::DmPartCo::removeFromMemory(), storage::Disk::removeFromMemory(), storage::Storage::removeFstabOptions(), storage::LoopCo::removeLoop(), storage::LvmVg::removeLv(), storage::Storage::removeLvmLv(), storage::Storage::removeLvmLvByDevice(), storage::Storage::removeLvmLvSnapshot(), storage::Storage::removeLvmVg(), storage::LvmVg::removeLvSnapshot(), storage::Storage::removeMd(), storage::MdCo::removeMd(), storage::MdPartCo::removeMdPart(), storage::Storage::removeMdPartCo(), storage::Storage::removePartition(), storage::MdPartCo::removePartition(), storage::DmPartCo::removePartition(), storage::Disk::removePartition(), storage::Dasd::removePartition(), storage::MdPartCo::removePresentPartitions(), storage::DmPartCo::removePresentPartitions(), storage::Disk::removePresentPartitions(), storage::Storage::removeSubvolume(), storage::BtrfsCo::removeSubvolume(), storage::Storage::removeTmpfsMount(), storage::Storage::removeUsedBy(), storage::Storage::removeUsing(), storage::BtrfsCo::removeUuid(), storage::LvmVg::removeVg(), storage::TmpfsCo::removeVolume(), storage::Storage::removeVolume(), storage::NfsCo::removeVolume(), storage::MdPartCo::removeVolume(), storage::MdCo::removeVolume(), storage::LoopCo::removeVolume(), storage::DmPartCo::removeVolume(), storage::DmCo::removeVolume(), storage::BtrfsCo::removeVolume(), storage::Volume::replaceAltName(), storage::Storage::rescanCryptedObjects(), storage::Storage::rescanEverything(), storage::Volume::resizeFs(), storage::Storage::resizePartition(), storage::MdPartCo::resizePartition(), storage::DmPartCo::resizePartition(), storage::Disk::resizePartition(), storage::Storage::resizeVolume(), storage::MdPartCo::resizeVolume(), storage::LvmVg::resizeVolume(), storage::DmPartCo::resizeVolume(), storage::Disk::resizeVolume(), storage::Storage::restoreBackupState(), storage::AsciiFile::save(), storage::Parted::scanCylEntryLine(), storage::Fdasd::scanEntryLine(), storage::MdPartCo::scanForRaid(), storage::Fdasd::scanGeometry(), storage::Dasdview::scanGeometry(), storage::SystemCmd::select(), storage::Storage::setBtrfsUsedBy(), storage::Storage::setCrypt(), storage::Storage::setCryptPassword(), storage::Volume::setCryptPwd(), storage::Storage::setCryptType(), storage::ProgressBar::setCurValue(), storage::Storage::setDefaultFs(), storage::Storage::setDefaultMountBy(), storage::Storage::setDefaultSubvolName(), storage::Storage::setDetectMountedVolumes(), storage::EtcFstab::setDevice(), storage::Storage::setDmcryptData(), storage::Volume::setDmcryptDev(), storage::Loop::setDmcryptDev(), storage::Volume::setDmcryptDevEnc(), storage::Volume::setEncryption(), storage::Loop::setEncryption(), storage::Volume::setFormat(), storage::Partition::setFormat(), storage::Btrfs::setFormat(), storage::Storage::setIgnoreFstab(), storage::Volume::setLabel(), storage::Disk::setLabelData(), storage::Storage::setPartitionAlignment(), storage::Dm::setPeMap(), storage::LvmVg::setPeSize(), storage::Storage::setRecursiveRemoval(), storage::Storage::setRootPrefix(), storage::setStatMode(), storage::MdPartCo::setUdevData(), storage::Md::setUdevData(), storage::DmraidCo::setUdevData(), storage::DmmultipathCo::setUdevData(), storage::Disk::setUdevData(), storage::Storage::setUsedBy(), storage::Storage::setUsedByBtrfs(), storage::Volume::setUsedByUuid(), storage::Storage::setZeroNewPartitions(), storage::Storage::showInfoCb(), storage::Storage::shrinkBtrfsVolume(), storage::Storage::shrinkLvmVg(), storage::Storage::shrinkMd(), storage::MdCo::shrinkMd(), storage::BtrfsCo::shrinkVolume(), storage::Btrfs::shrinkVolume(), storage::Storage::sizeK(), storage::Storage::sortCommitLists(), storage::Storage::Storage(), storage::Btrfs::subvolNames(), storage::SystemCmd::SystemCmd(), storage::Tmpfs::Tmpfs(), storage::Volume::triggerUdevUpdate(), storage::PeContainer::tryUnusePe(), storage::UdevMap::UdevMap(), storage::Volume::umount(), storage::Storage::umountDev(), storage::Storage::unaccessDev(), storage::MdPartCo::updateDelDev(), storage::DmPartCo::updateDelDev(), storage::Storage::updateDmEmptyPeMap(), storage::DmCo::updateDmMaps(), storage::EtcMdadm::updateEntry(), storage::EtcFstab::updateEntry(), storage::LoopCo::updateLoop(), storage::Storage::updatePartitionArea(), storage::MdPartCo::validPartition(), storage::DmPartCo::validPartition(), storage::Storage::verifyCryptFilePassword(), storage::Storage::verifyCryptPassword(), storage::Storage::waitForDevice(), storage::Storage::yesnoPopupCb(), storage::Storage::zeroDevice(), storage::Partition::zeroIfNeeded(), storage::Lock::~Lock(), and storage::Storage::~Storage().

#define y2war ( op   )     y2log_op(storage::WARNING, __FILE__, __LINE__, __FUNCTION__, op)

Referenced by storage::DmCo::addDm(), storage::MdCo::addMd(), storage::MdPartCo::addNewDev(), storage::Btrfs::addSubvol(), storage::Storage::changeFormatVolume(), storage::Disk::changePartitionArea(), storage::Disk::changePartitionId(), storage::PeContainer::checkConsistency(), storage::Dm::checkConsistency(), storage::PeContainer::checkCreateConstraints(), storage::Dasd::checkFdasdOutput(), storage::Disk::createChecks(), storage::Disk::detectPartitions(), storage::Container::doCreate(), storage::MdPartCo::doRemove(), storage::Container::doRemove(), storage::Container::doResize(), storage::PeContainer::findPe(), storage::EtcFstab::flush(), storage::BtrfsCo::getBtrfsData(), storage::LoopCo::getLoopData(), storage::Dm::getTableInfo(), storage::LvmVg::getVgData(), storage::DmPartCo::init(), storage::Storage::initialize(), storage::CastIterator< Iter, CastResult >::operator++(), storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator++(), storage::CastCheckIterator< Iter, Value, CastResult >::operator++(), storage::ListListIterator< PIter, Iter >::operator++(), storage::FilterIterator< storage::CheckType< Value >, Iter >::operator++(), storage::DerefIterator< Iter, Value >::operator++(), storage::CastIterator< Iter, CastResult >::operator--(), storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator--(), storage::CastCheckIterator< Iter, Value, CastResult >::operator--(), storage::ListListIterator< PIter, Iter >::operator--(), storage::FilterIterator< storage::CheckType< Value >, Iter >::operator--(), storage::DerefIterator< Iter, Value >::operator--(), storage::ProcMdstat::parse(), storage::Parted::Parted(), storage::Storage::removeDmMapsTo(), storage::EtcMdadm::removeEntry(), storage::MdPartCo::removeMdPart(), storage::Storage::removeMdPartCo(), storage::Container::removeVolume(), storage::Parted::scanSectorSizeLine(), storage::Container::setExtError(), storage::Storage::Storage(), storage::Md::updateData(), and storage::Storage::updateDmEmptyPeMap().


Generated on Mon Feb 6 10:42:57 2012 for yast2-storage by  doxygen 1.5.6