#include <dirent.h>
#include <glob.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/mount.h>
#include <pwd.h>
#include <signal.h>
#include <set>
#include <array>
#include <fstream>
#include <sstream>
#include <boost/algorithm/string.hpp>
#include "config.h"
#include "storage/Storage.h"
#include "storage/StorageTmpl.h"
#include "storage/AppUtil.h"
#include "storage/SystemCmd.h"
#include "storage/Disk.h"
#include "storage/Dasd.h"
#include "storage/MdCo.h"
#include "storage/MdPartCo.h"
#include "storage/DmCo.h"
#include "storage/LoopCo.h"
#include "storage/LvmVg.h"
#include "storage/IterPair.h"
#include "storage/SystemInfo.h"
#include "storage/ProcMounts.h"
#include "storage/ProcParts.h"
#include "storage/Blkid.h"
#include "storage/EtcFstab.h"
#include "storage/EtcMdadm.h"
#include "storage/AsciiFile.h"
#include "storage/StorageDefines.h"
#include "storage/gen_md5sum.h"
Classes |
| struct | storage::DiskData |
Namespaces |
| namespace | storage |
Functions |
| void | storage::initDefaultLogger () |
| std::ostream & | storage::operator<< (std::ostream &s, const Environment &env) |
| std::ostream & | storage::operator<< (std::ostream &s, const storage::DiskData &d) |
| list< string > | storage::getPresentDisks () |
| StorageInterface * | storage::createStorageInterface (const Environment &env) |
| StorageInterface * | storage::createStorageInterfacePid (const Environment &env, pid_t &locker_pid) |
| void | storage::destroyStorageInterface (StorageInterface *p) |
| static bool | storage::sort_cont_up (const Container *rhs, const Container *lhs) |
| static bool | storage::sort_cont_down (const Container *rhs, const Container *lhs) |
| static bool | storage::sort_vol_normal (const Volume *rhs, const Volume *lhs) |
| static bool | storage::sort_vol_delete (const Volume *rhs, const Volume *lhs) |
| static bool | storage::sort_vol_create (const Volume *rhs, const Volume *lhs) |
| static bool | storage::sort_vol_mount (const Volume *rhs, const Volume *lhs) |
| static bool | storage::notLoop (const Container &c) |
| static bool | storage::fstabAdded (const Volume &v) |
| std::ostream & | storage::operator<< (std::ostream &s, const Storage &v) |
| std::ostream & | storage::operator<< (std::ostream &s, Storage &v) |
Variables |
| CallbackProgressBar | storage::progress_bar_cb_ycp = NULL |
| CallbackShowInstallInfo | storage::install_info_cb_ycp = NULL |
| CallbackInfoPopup | storage::info_popup_cb_ycp = NULL |
| CallbackYesNoPopup | storage::yesno_popup_cb_ycp = NULL |
| CallbackCommitErrorPopup | storage::commit_error_popup_cb_ycp = NULL |
| CallbackPasswordPopup | storage::password_popup_cb_ycp = NULL |