#include <features.h>#include <sys/stat.h>#include <sstream>#include <fstream>#include "storage/Volume.h"#include "storage/Disk.h"#include "storage/Storage.h"#include "storage/StorageTypes.h"#include "storage/Container.h"#include "storage/AppUtil.h"#include "storage/Blkid.h"#include "storage/SystemCmd.h"#include "storage/ProcMounts.h"#include "storage/ProcParts.h"#include "storage/OutputProcessor.h"#include "storage/EtcFstab.h"#include "storage/StorageDefines.h"Namespaces | |
| namespace | storage |
Functions | |
| static string | storage::handle_O_Features (const string &opts) |
| bool | storage::hasLoopDevice (const Volume &v) |
| static bool | storage::haveQuota (const string &fstopt) |
| std::ostream & | storage::operator<< (std::ostream &s, const Volume &v) |
1.5.6