#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 | 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) |
|
|
|
|
|
|
|
|