µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
statvfs.h File Reference
#include <unistd.h>
#include <sys/types.h>

Go to the source code of this file.

Classes

struct  statvfs
 

Macros

#define ST_NOSUID   0x00000002
 
#define ST_RDONLY   0x00000001
 

Functions

int fstatvfs (int fildes, struct statvfs *buf)
 
int statvfs (const char *path, struct statvfs *buf)
 

Macro Definition Documentation

◆ ST_NOSUID

#define ST_NOSUID   0x00000002

Definition at line 44 of file statvfs.h.

◆ ST_RDONLY

#define ST_RDONLY   0x00000001

Definition at line 41 of file statvfs.h.

Function Documentation

◆ fstatvfs()

int fstatvfs ( int  fildes,
struct statvfs buf 
)

◆ statvfs()

int statvfs ( const char *  path,
struct statvfs buf 
)