| typedef void(* storage::CallbackInfoPopup)(const string &text) |
typedef for a pointer to a function that displays a popup with the given text and waits for user confirmation
| typedef void(* storage::CallbackProgressBar)(const string &id, unsigned cur, unsigned max) |
typedef for a pointer to a function that is called on progress bar events
| typedef void(* storage::CallbackShowInstallInfo)(const string &id) |
typedef for a pointer to a function that is called with strings telling the user what is currently going on
| typedef bool(* storage::CallbackYesNoPopup)(const string &text) |
typedef for a pointer to a function that displays a popup with the given text and two buttons labels "Yes" and "No". The user has to press on of these buttons. If he presses "Yes" true is returned, false otherwise.
| enum storage::CommitStage |
| enum storage::CType |
| enum storage::EncryptType |
| enum storage::ErrorCodes |
preliminary list of error codes, must have negative values
| enum storage::FsType |
| enum storage::LogLevel |
| enum storage::MdParity |
| enum storage::MdType |
| enum storage::MountByType |
| enum storage::UsedByType |
| const char* storage::_ | ( | const char * | msgid, | |
| const char * | msgid_plural, | |||
| unsigned long int | n | |||
| ) | [inline] |
| const char* storage::_ | ( | const char * | msgid | ) | [inline] |
Referenced by storage::Dasd::checkFdasdOutput(), storage::Disk::checkPartedOutput(), storage::Volume::createText(), storage::Partition::createText(), storage::Md::createText(), storage::LvmLv::createText(), storage::Loop::createText(), storage::Dmraid::createText(), storage::Dmmultipath::createText(), storage::Container::createText(), storage::LvmVg::createVgText(), storage::Volume::crsetupText(), storage::Dasd::dasdfmtText(), storage::Disk::detectPartitions(), storage::Dasd::fdasdText(), storage::Volume::formatText(), storage::Partition::formatText(), storage::Md::formatText(), storage::LvmLv::formatText(), storage::Loop::formatText(), storage::Dmraid::formatText(), storage::Dmmultipath::formatText(), storage::Dm::formatText(), getSuffix(), storage::Volume::labelText(), storage::Volume::losetupText(), storage::Volume::mountText(), storage::Volume::removeText(), storage::Partition::removeText(), storage::Nfs::removeText(), storage::Md::removeText(), storage::LvmLv::removeText(), storage::Loop::removeText(), storage::DmraidCo::removeText(), storage::Dmraid::removeText(), storage::DmPartCo::removeText(), storage::Dmmultipath::removeText(), storage::Dm::removeText(), storage::Container::removeText(), storage::LvmVg::removeVgText(), storage::Volume::resizeText(), storage::Partition::resizeText(), storage::LvmLv::resizeText(), storage::Dmraid::resizeText(), storage::Dmmultipath::resizeText(), storage::DmraidCo::setDiskLabelText(), storage::DmPartCo::setDiskLabelText(), storage::DmmultipathCo::setDiskLabelText(), storage::Disk::setDiskLabelText(), storage::Partition::setTypeText(), storage::Dmraid::setTypeText(), storage::DmPart::setTypeText(), and storage::Dmmultipath::setTypeText().
| string storage::byteToHumanString | ( | unsigned long long | size, | |
| bool | classic, | |||
| int | precision, | |||
| bool | omit_zeroes | |||
| ) |
References classic(), getSuffix(), and numSuffixes().
Referenced by storage::Storage::byteToHumanString(), and storage::Volume::sizeString().
| bool storage::checkBlockDevice | ( | string | Path_Cv | ) |
| bool storage::checkDir | ( | string | Path_Cv | ) |
Referenced by storage::EtcFstab::flush(), and storage::MdCo::syncRaidtab().
| bool storage::checkNormalFile | ( | string | Path_Cv | ) |
Referenced by storage::LoopCo::getLoopData().
| bool storage::checkSymlink | ( | string | Path_Cv | ) |
| void storage::classic | ( | StreamType & | stream | ) | [inline] |
Referenced by storage::AsciiFile::appendFile(), storage::Storage::autodetectDisks(), byteToHumanString(), decString(), storage::Volume::detectEncryption(), storage::Dasd::detectPartitions(), storage::Disk::doCreate(), storage::Disk::doCreateLabel(), storage::Volume::doCryptsetup(), storage::Dasd::doFdasd(), storage::Volume::doLosetup(), storage::Disk::doRemove(), storage::Disk::doResize(), storage::Disk::doSetType(), storage::Storage::dumpObjectList(), storage::Container::getDiffString(), storage::Volume::getFsData(), storage::Volume::getFstabData(), storage::Volume::getLoopData(), storage::MdCo::getMdData(), storage::Disk::getPartedSectors(), storage::Disk::getPartedValues(), storage::Volume::getStartData(), storage::Md::getState(), hexString(), humanStringToByte(), storage::Storage::initialize(), storage::AsciiFile::insertFile(), storage::Storage::logCo(), storage::Volume::logDifference(), storage::Md::logDifference(), storage::Storage::logSystemInfo(), operator>>(), prepareLogStream(), printFile(), storage::ProcMounts::ProcMounts(), storage::EtcFstab::readFiles(), storage::AsciiFile::saveToFile(), storage::Volume::setNameDev(), storage::Storage::sortCommitLists(), storage::Dm::stringDifference(), storage::Volume::triggerUdevUpdate(), and storage::AsciiFile::updateFile().
| StorageInterface * storage::createDefaultStorageInterface | ( | ) |
Factory for creating a concrete StorageInterface object.
Throws an exception when locking fails.
References storage::Storage::Storage().
| void storage::createLogger | ( | const string & | lcomponent, | |
| const string & | name, | |||
| const string & | logpath, | |||
| const string & | logfile | |||
| ) |
| void storage::createPath | ( | string | Path_Cv | ) |
| StorageInterface * storage::createStorageInterface | ( | bool | readonly, | |
| bool | testmode, | |||
| bool | autodetect | |||
| ) |
Factory for creating a concrete StorageInterface object.
Throws an exception when locking fails.
References storage::Storage::Storage().
| StorageInterface* storage::createStorageInterfacePid | ( | bool | readonly, | |
| bool | testmode, | |||
| bool | autodetect, | |||
| int & | locker_pid | |||
| ) |
Factory for creating a concrete StorageInterface object.
Returns NULL if locking failed. In that case locker_pid is set to the pid of one process holding a conflicting lock. If the pid cannot be determined it is set to 0. The lock holder may run on another system.
| StorageInterface* storage::createStorageInterfacePid | ( | bool | ronly, | |
| bool | testmode, | |||
| bool | autodetect, | |||
| pid_t & | locker_pid | |||
| ) |
References storage::LockException::getLockerPid(), and storage::Storage::Storage().
| string storage::decString | ( | Num | number | ) | [inline] |
References classic().
Referenced by storage::Md::createCmd(), storage::Loop::createFile(), storage::Storage::detectDmmultipath(), storage::Storage::detectDmraid(), storage::Dm::dmDeviceName(), storage::LvmVg::doCreate(), storage::Disk::doCreate(), storage::LvmVg::doCreateVg(), storage::Dasd::doFdasd(), storage::Volume::doFormat(), storage::LvmVg::doResize(), storage::PeContainer::getDiffString(), storage::DmCo::getDmData(), storage::Volume::getFreeLoop(), storage::MdCo::getMdData(), storage::DmPartCo::init(), storage::Volume::logDifference(), storage::Partition::logDifference(), storage::Md::logDifference(), storage::Disk::logDifference(), storage::Loop::loopDeviceName(), storage::LvmVg::normalizeDmDevices(), storage::DmPartCo::numToName(), storage::Storage::removeDmTableTo(), storage::Volume::resizeFs(), storage::Dm::stringDifference(), udevCompleteIdPath(), udevCompletePathPath(), storage::Dm::updateMajorMinor(), storage::DmPart::updateMinor(), and storage::DmPart::updateSize().
| void storage::destroyStorageInterface | ( | StorageInterface * | ) |
Destroy a StorageInterface object.
| string storage::dupDash | ( | const string & | s | ) |
| string storage::extractNthWord | ( | int | Num_iv, | |
| const string & | Line_Cv, | |||
| bool | GetRest_bi | |||
| ) |
References app_ws.
Referenced by storage::EtcRaidtab::buildMdadmMap(), storage::Dasd::checkFdasdOutput(), storage::Disk::checkPartedOutput(), storage::Storage::detectArch(), storage::Storage::detectObjects(), storage::Disk::detectPartitions(), storage::Dasd::detectPartitions(), storage::EtcFstab::flush(), storage::DmCo::getDmData(), storage::Dasd::getGeometry(), getMajorDevices(), storage::MdCo::getMdData(), storage::LvmLv::getState(), storage::Dm::getTableInfo(), storage::Storage::handleHald(), storage::ProcMounts::ProcMounts(), and storage::ProcPart::ProcPart().
| unsigned storage::getMajorDevices | ( | const string & | driver | ) |
References extractNthWord(), storage::SystemCmd::getLine(), storage::SystemCmd::numLines(), and y2mil.
Referenced by storage::Dm::getDmMajor(), storage::Loop::getLoopMajor(), and storage::Md::getMdMajor().
| void storage::getRevUdevMap | ( | const char * | path, | |
| map< string, string > & | m | |||
| ) |
| string storage::getSuffix | ( | int | i, | |
| bool | classic, | |||
| bool | sloppy = false | |||
| ) |
| map<string, string> storage::getUdevLinks | ( | const char * | path | ) |
| void storage::getUdevMap | ( | const char * | path, | |
| map< string, list< string >> & | m | |||
| ) |
References getUdevLinks(), and y2mil.
Referenced by storage::Storage::autodetectDisks(), storage::Storage::detectDmmultipath(), and storage::Storage::detectDmraid().
| string storage::hexString | ( | Num | number | ) | [inline] |
| bool storage::humanStringToByte | ( | const string & | str, | |
| bool | classic, | |||
| unsigned long long & | size | |||
| ) |
References classic(), getSuffix(), and numSuffixes().
| void storage::initDefaultLogger | ( | ) |
Initializes default logging.
| bool storage::isNfsDev | ( | const string & | dev | ) |
Referenced by normalizeDevice().
| unsigned int storage::lengthof | ( | T(&) | [sz] | ) | [inline] |
| void storage::logMsg | ( | LogLevel | level, | |
| const char * | file, | |||
| unsigned | line, | |||
| const char * | func, | |||
| const string & | str | |||
| ) |
| void storage::logMsgVaArgs | ( | LogLevel | level, | |
| const char * | file, | |||
| unsigned | line, | |||
| const char * | func, | |||
| const char * | format, | |||
| ... | ||||
| ) |
References logMsg(), str, and testLogLevel().
| IterPair<Iter> storage::MakeIterPair | ( | Container & | c | ) | [inline] |
References storage::Container::begin(), and storage::Container::end().
| std::map< string, string > storage::makeMap | ( | const list< string > & | l, | |
| const string & | delim, | |||
| const string & | removeSur | |||
| ) |
Referenced by storage::Volume::getFsData().
| string storage::mergeString | ( | const list< string > & | l, | |
| const string & | del | |||
| ) |
| void storage::normalizeDevice | ( | string & | dev | ) |
References isNfsDev().
| string storage::normalizeDevice | ( | const string & | dev | ) |
| int storage::numSuffixes | ( | ) |
Referenced by byteToHumanString(), and humanStringToByte().
| bool storage::operator< | ( | CType | a, | |
| CType | b | |||
| ) | [inline] |
References COTYPE_LAST_ENTRY, and y2mil.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Volume & | v | |||
| ) |
References storage::Volume::alt_names, storage::Volume::create, storage::Volume::crypt_pwd, storage::Volume::del, storage::Volume::detected_fs, storage::Volume::dev, storage::Volume::dmcrypt_active, storage::Volume::dmcrypt_dev, storage::Volume::dtxt, storage::Volume::enc_names, ENC_NONE, storage::Volume::encryption, storage::Volume::format, storage::Volume::fs, storage::Volume::fs_names, storage::Volume::fstab_loop_dev, storage::Volume::fstab_opt, FSUNKNOWN, storage::Volume::ignore_fs, storage::Volume::ignore_fstab, storage::Volume::is_loop, storage::Volume::is_mounted, storage::Volume::label, storage::Volume::loop_active, storage::Volume::loop_dev, storage::Volume::mb_names, storage::Volume::mjr, storage::Volume::mkfs_opt, storage::Volume::mnr, storage::Volume::mount_by, MOUNTBY_DEVICE, storage::Volume::mp, storage::Volume::nm, storage::Volume::num, storage::Volume::numeric, storage::Volume::orig_encryption, storage::Volume::orig_fstab_opt, storage::Volume::orig_label, storage::Volume::orig_mount_by, storage::Volume::orig_mp, storage::Volume::orig_size_k, storage::Volume::ronly, storage::Volume::silnt, storage::Volume::size_k, storage::Volume::tunefs_opt, storage::Volume::uby, and storage::Volume::uuid.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const usedBy & | d | |||
| ) |
References storage::usedBy::type(), and UB_NONE.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const std::map< Key, Value > & | m | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const std::pair< F, S > & | p | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const std::deque< Value > & | l | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const std::list< Value > & | l | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| commitAction & | a | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| Storage & | v | |||
| ) |
References storage::Storage::printInfo().
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const storage::DiskData & | d | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Region & | p | |||
| ) | [inline] |
References storage::Region::len(), and storage::Region::start().
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const PeContainer::Pv & | v | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const PeContainer & | d | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Partition & | p | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const NfsCo & | d | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Nfs & | l | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const MdCo & | d | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Md & | m | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const LvmVg & | d | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const LvmLv & | p | |||
| ) |
References storage::LvmLv::allocation, storage::LvmLv::status, and storage::LvmLv::vol_uuid.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const LoopCo & | d | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Loop & | l | |||
| ) |
References storage::Loop::delFile, storage::Loop::lfile, and storage::Loop::reuseFile.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const EtcRaidtab::entry & | v | |||
| ) | [inline] |
References storage::EtcRaidtab::entry::first, and storage::EtcRaidtab::entry::last.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const FstabChange & | v | |||
| ) | [inline] |
References storage::FstabChange::dentry, storage::FstabChange::device, ENC_NONE, storage::FstabChange::encr, storage::FstabChange::freq, storage::FstabChange::fs, storage::FstabChange::loop_dev, mergeString(), storage::FstabChange::mount, storage::FstabChange::opts, storage::FstabChange::passno, and storage::FstabChange::tmpcrypt.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const FstabEntry & | v | |||
| ) | [inline] |
References storage::FstabEntry::cr_key, storage::FstabEntry::cr_opts, storage::FstabEntry::crypto, storage::FstabEntry::cryptt, storage::FstabEntry::dentry, storage::FstabEntry::device, storage::FstabEntry::dmcrypt, ENC_NONE, storage::FstabEntry::encr, storage::FstabEntry::freq, storage::FstabEntry::fs, storage::FstabEntry::loop, storage::FstabEntry::loop_dev, mergeString(), storage::FstabEntry::mount, storage::FstabEntry::noauto, storage::FstabEntry::opts, storage::FstabEntry::passno, and storage::FstabEntry::tmpcrypt.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const DmraidCo & | d | |||
| ) |
References storage::DmraidCo::controller, and storage::DmraidCo::raidtype.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Dmraid & | p | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const DmPartCo & | d | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const DmPart & | p | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const DmmultipathCo & | d | |||
| ) |
References storage::DmmultipathCo::model, and storage::DmmultipathCo::vendor.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Dmmultipath & | p | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const DmCo & | d | |||
| ) | [inline] |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Dm & | p | |||
| ) |
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Disk & | d | |||
| ) |
References storage::Disk::cyl, storage::Disk::detected_label, storage::Disk::dmp_slave, storage::Disk::ext_possible, storage::Disk::gpt_enlarge, storage::Disk::head, storage::Disk::init_disk, storage::Disk::iscsi, storage::Disk::label, storage::Disk::max_logical, storage::Disk::max_primary, storage::Container::mjr, storage::Container::mnr, storage::Disk::range, storage::Disk::sector, storage::Container::size_k, storage::Disk::sysfs_dir, storage::Disk::udev_id, and storage::Disk::udev_path.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Dasd & | d | |||
| ) |
References storage::Dasd::fmt.
| std::ostream& storage::operator<< | ( | std::ostream & | s, | |
| const Container & | c | |||
| ) |
| bool storage::operator<= | ( | CType | a, | |
| CType | b | |||
| ) | [inline] |
| bool storage::operator> | ( | CType | a, | |
| CType | b | |||
| ) | [inline] |
| bool storage::operator>= | ( | CType | a, | |
| CType | b | |||
| ) | [inline] |
| void storage::operator>> | ( | const string & | d, | |
| Value & | v | |||
| ) | [inline] |
References classic().
| std::istream& storage::operator>> | ( | std::istream & | s, | |
| Region & | p | |||
| ) | [inline] |
| void storage::pointerIntoSortedList | ( | std::list< C * > & | l, | |
| C * | e | |||
| ) | [inline] |
| void void storage::prepareLogStream | ( | std::ostringstream & | s | ) |
References classic().
| void storage::printDevList | ( | std::ostream & | s, | |
| const std::list< PeContainer::Pv > & | l | |||
| ) |
| string storage::quote | ( | const std::list< string > & | strs | ) | [inline] |
Referenced by quote().
| string storage::quote | ( | const string & | str | ) | [inline] |
References quote().
Referenced by storage::DmPartCo::activate_part(), storage::Md::createCmd(), storage::Loop::createFile(), storage::Volume::cryptUnsetup(), storage::Volume::detectEncryption(), storage::Storage::detectObjects(), storage::Disk::detectPartitions(), storage::Dasd::detectPartitions(), storage::Dasd::detectPartitionsFdasd(), storage::LvmVg::doCreate(), storage::Disk::doCreate(), storage::Disk::doCreateLabel(), storage::LvmVg::doCreateVg(), storage::Volume::doCryptsetup(), storage::Dasd::doDasdfmt(), storage::LvmVg::doExtendVg(), storage::Dasd::doFdasd(), storage::Volume::doFormat(), storage::Volume::doFstabUpdate(), storage::Volume::doLosetup(), storage::LvmVg::doReduceVg(), storage::MdCo::doRemove(), storage::LvmVg::doRemove(), storage::DmraidCo::doRemove(), storage::DmCo::doRemove(), storage::Disk::doRemove(), storage::LvmVg::doRemoveVg(), storage::LvmVg::doResize(), storage::Disk::doResize(), storage::Volume::doSetLabel(), storage::Disk::doSetType(), storage::Disk::enlargeGpt(), storage::Disk::getPartedSectors(), storage::Disk::getPartedValues(), storage::Md::getState(), storage::LvmLv::getState(), storage::Dm::getTableInfo(), storage::DmPartCo::init(), storage::Volume::loUnsetup(), storage::Disk::redetectGeometry(), storage::Volume::resizeFs(), and storage::Volume::updateFsData().
| int storage::readlink | ( | const char * | path, | |
| string & | buf | |||
| ) |
Referenced by storage::Storage::autodetectDisks(), and getUdevLinks().
| bool storage::searchFile | ( | AsciiFile & | File_Cr, | |
| string | Pat_Cv, | |||
| string & | Line_Cr, | |||
| int & | LineNr_ir | |||
| ) |
References storage::AsciiFile::find(), and storage::AsciiFile::numLines().
| bool storage::searchFile | ( | AsciiFile & | File_Cr, | |
| string | Pat_Cv, | |||
| string & | Line_Cr | |||
| ) |
| string storage::sformat | ( | const char * | format, | |
| ... | ||||
| ) |
References str.
Referenced by storage::Dasd::checkFdasdOutput(), storage::Disk::checkPartedOutput(), storage::Volume::createText(), storage::Partition::createText(), storage::Md::createText(), storage::LvmLv::createText(), storage::Loop::createText(), storage::Dmraid::createText(), storage::Dmmultipath::createText(), storage::Container::createText(), storage::LvmVg::createVgText(), storage::Volume::crsetupText(), storage::Dasd::dasdfmtText(), storage::Disk::detectPartitions(), storage::Dasd::fdasdText(), storage::Volume::formatText(), storage::Partition::formatText(), storage::Md::formatText(), storage::LvmLv::formatText(), storage::Loop::formatText(), storage::Dmraid::formatText(), storage::Dmmultipath::formatText(), storage::Dm::formatText(), storage::Volume::labelText(), storage::Volume::losetupText(), storage::Volume::mountText(), storage::Volume::removeText(), storage::Partition::removeText(), storage::Nfs::removeText(), storage::Md::removeText(), storage::LvmLv::removeText(), storage::Loop::removeText(), storage::DmraidCo::removeText(), storage::Dmraid::removeText(), storage::DmPartCo::removeText(), storage::Dmmultipath::removeText(), storage::Dm::removeText(), storage::Container::removeText(), storage::LvmVg::removeVgText(), storage::Volume::resizeText(), storage::Partition::resizeText(), storage::LvmLv::resizeText(), storage::Dmraid::resizeText(), storage::Dmmultipath::resizeText(), storage::DmraidCo::setDiskLabelText(), storage::DmPartCo::setDiskLabelText(), storage::DmmultipathCo::setDiskLabelText(), storage::Disk::setDiskLabelText(), storage::Partition::setTypeText(), storage::Dmraid::setTypeText(), storage::DmPart::setTypeText(), and storage::Dmmultipath::setTypeText().
| std::list< string > storage::splitString | ( | const string & | s, | |
| const string & | delChars, | |||
| bool | multipleDelim, | |||
| bool | skipEmpty, | |||
| const string & | quotes | |||
| ) |
Referenced by storage::Volume::doFormat(), storage::Volume::doLosetup(), storage::Storage::dumpObjectList(), storage::Volume::getFsData(), storage::Volume::getLoopData(), storage::Dm::getTableInfo(), haveQuota(), storage::Volume::optNoauto(), storage::ProcMounts::ProcMounts(), and storage::EtcFstab::readFiles().
| bool storage::testLogLevel | ( | LogLevel | level | ) |
| void storage::undevDevice | ( | string & | dev | ) |
| string storage::undevDevice | ( | const string & | dev | ) |
Referenced by storage::Dasd::doDasdfmt(), and storage::Partition::sysfsPath().
| const string storage::app_ws = " \t\n" |
Referenced by extractNthWord().
const blocxx::String storage::component = "libstorage" [static] |
Referenced by logMsg().
1.5.6