#include <iostream>#include <algorithm>#include <list>#include "y2storage/Container.h"#include "y2storage/SystemCmd.h"#include "y2storage/Storage.h"#include "y2storage/AppUtil.h"Namespaces | |
| namespace | storage |
Functions | |
| static bool | notDeleted (const Volume &v) |
| static bool | stageFormat (const Volume &v) |
| static bool | stageMount (const Volume &v) |
| std::ostream & | storage::operator<< (std::ostream &s, const Container &c) |
| static bool notDeleted | ( | const Volume & | v | ) | [static] |
References storage::Volume::deleted().
Referenced by storage::Container::isEmpty(), and storage::Container::numVolumes().
| static bool stageFormat | ( | const Volume & | v | ) | [static] |
| static bool stageMount | ( | const Volume & | v | ) | [static] |
References storage::Volume::needFstabUpdate(), and storage::Volume::needRemount().
1.5.5