|
Namespaces |
namespace | storage |
Classes |
struct | storage::DiskData |
struct | equal_name |
Functions |
static bool | isEvmsMd (const Volume &v) |
std::ostream & | storage::operator<< (std::ostream &s, const storage::DiskData &d) |
void | storage::initDefaultLogger () |
StorageInterface * | storage::createDefaultStorageInterface () |
StorageInterface * | storage::createStorageInterface (bool ronly, bool testmode, bool autodetect) |
void | storage::destroyStorageInterface (StorageInterface *p) |
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 | needSaveFromEvms (const Container &c) |
static bool | isDmContainer (const Container &co) |
static bool | showContainers (const Container &c) |
static bool | isEvmsContainer (const Container &c) |
std::ostream & | storage::operator<< (std::ostream &s, Storage &v) |