4#ifndef RUDIMENTS_FILESYSTEM_H
5#define RUDIMENTS_FILESYSTEM_H
7#include <rudiments/private/filesystemincludes.h>
29 bool open(
const char *path);
132 #include <rudiments/private/filesystem.h>
Definition filesystem.h:16
void * getInternalFilesystemStatisticsStructure()
int64_t getReservedFileNodes()
const char * getDeviceName()
int64_t getFreeFileNodes()
const char * getFilesystemSpecificString()
int64_t getAvailableBlocks()
int64_t getFileSystemId()
int64_t getMaximumFileNameLength()
int64_t getReservedBlocks()
int64_t getOptimumTransferBlockSize()
int64_t getAvailableFileNodes()
static int64_t getOptimumTransferBlockSize(const char *path)
const char * getTypeName()
int64_t getTotalFileNodes()
bool open(const char *path)
bool getCurrentProperties()
const char * getMountPoint()