#include <iostream>
#include <string>
#include <sstream>
#include <iomanip>
#include <fcntl.h>
#include <sys/mount.h>
#include <linux/hdreg.h>
#include "y2storage/Region.h"
#include "y2storage/Partition.h"
#include "y2storage/ProcPart.h"
#include "y2storage/Disk.h"
#include "y2storage/Storage.h"
#include "y2storage/AsciiFile.h"
#include "y2storage/AppUtil.h"
#include "y2storage/SystemCmd.h"
Namespaces | |
namespace | storage |
Defines | |
#define | PARTEDCMD "/usr/sbin/parted -s " |
Functions | |
static bool | isBsdPart (const Partition &p) |
static bool | isExtended (const Partition &p) |
static bool | notDeletedLog (const Partition &p) |
static bool | notDeletedNotLog (const Partition &p) |
static bool | existingNotLog (const Partition &p) |
static bool | existingLog (const Partition &p) |
static bool | notCreatedPrimary (const Partition &p) |
static bool | regions_sort_size (const Region &rhs, const Region &lhs) |
static bool | volume_ptr_sort_nr (Partition *&rhs, Partition *&lhs) |
static bool | logicalCreated (const Partition &p) |
std::ostream & | storage::operator<< (std::ostream &s, const Disk &d) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|