#include <dirent.h>#include <glob.h>#include <unistd.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/statvfs.h>#include <pwd.h>#include <fstream>#include <sstream>#include <iostream>#include <sys/utsname.h>#include <blocxx/AppenderLogger.hpp>#include <blocxx/FileAppender.hpp>#include "y2storage/Storage.h"#include "y2storage/StorageTmpl.h"#include "y2storage/AppUtil.h"#include "y2storage/SystemCmd.h"#include "y2storage/Disk.h"#include "y2storage/MdCo.h"#include "y2storage/DmCo.h"#include "y2storage/LoopCo.h"#include "y2storage/LvmVg.h"#include "y2storage/IterPair.h"#include "y2storage/ProcMounts.h"#include "y2storage/EtcFstab.h"#include "y2storage/AsciiFile.h"Namespaces | |
| namespace | storage |
Classes | |
| struct | equal_name |
Functions | |
| void | storage::initDefaultLogger () |
| StorageInterface * | storage::createDefaultStorageInterface () |
| StorageInterface * | storage::createStorageInterface (bool ronly, bool testmode, bool autodetect) |
| void | storage::destroyStorageInterface (StorageInterface *p) |
| int | changeMdParity (const string &name, storage::MdParity ptype) |
| static bool | sort_cont_up (const Container *rhs, const Container *lhs) |
| static bool | sort_cont_down (const Container *rhs, const Container *lhs) |
| static bool | sort_vol_normal (const Volume *rhs, const Volume *lhs) |
| static bool | sort_vol_delete (const Volume *rhs, const Volume *lhs) |
| static bool | sort_vol_create (const Volume *rhs, const Volume *lhs) |
| static bool | sort_vol_mount (const Volume *rhs, const Volume *lhs) |
| static bool | notLoop (const Container &c) |
| static bool | fstabAdded (const Volume &v) |
| static bool | showContainers (const Container &c) |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.4