#include <iostream>#include <sstream>#include "y2storage/LvmVg.h"#include "y2storage/LvmLv.h"#include "y2storage/SystemCmd.h"#include "y2storage/AppUtil.h"#include "y2storage/Storage.h"Namespaces | |
| namespace | storage |
Functions | |
| static bool | lvNotCreated (const LvmLv &l) |
| static bool | lvNotDeletedCreated (const LvmLv &l) |
| static bool | lvDeleted (const LvmLv &l) |
| static bool | lvCreated (const LvmLv &l) |
| static bool | lvResized (const LvmLv &l) |
| std::ostream & | storage::operator<< (std::ostream &s, const LvmVg &d) |
| static bool lvCreated | ( | const LvmLv & | l | ) | [static] |
References storage::Volume::created().
| static bool lvDeleted | ( | const LvmLv & | l | ) | [static] |
References storage::Volume::deleted().
| static bool lvNotCreated | ( | const LvmLv & | l | ) | [static] |
References storage::Volume::created().
| static bool lvNotDeletedCreated | ( | const LvmLv & | l | ) | [static] |
References storage::Volume::created(), and storage::Volume::deleted().
| static bool lvResized | ( | const LvmLv & | l | ) | [static] |
References storage::Volume::extendSize().
1.5.5