1 #ifndef STORAGE_FACTORY_LOCAL_FILE_SYSTEM_H
2 # define STORAGE_FACTORY_LOCAL_FILE_SYSTEM_H
26 FSInfo *
findMount(
const char *path,
struct statfs *sfs,
struct stat *
s, std::vector<std::string> &);
28 std::vector<FSInfo *>
fs_;
37 #endif // STORAGE_FACTORY_LOCAL_FILE_SYSTEM_H
int statFSInfo(FSInfo *i)
Information about file systems on this node.
std::string unusable_dir_warnings_
std::string findCachePath(const std::vector< std::string > &paths, double minFreeSpace)
bool isLocalPath(const std::string &path)
tuple path
else: Piece not in the list, fine.
std::vector< std::string > fstypes_
FSInfo * initFSInfo(void *p)
std::vector< FSInfo * > fs_
FSInfo * findMount(const char *path, struct statfs *sfs, struct stat *s, std::vector< std::string > &)
void operator=(LocalFileSystem &)