LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Functions
statvfs.h File Reference
#include <sys/types.h>
Include dependency graph for statvfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  statvfs
 

Macros

#define ST_RDONLY   0x0001
 
#define ST_NOSUID   0x0002
 

Typedefs

typedef __uint32_t fsfilcnt_t
 

Functions

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

Macro Definition Documentation

◆ ST_NOSUID

#define ST_NOSUID   0x0002

Definition at line 6 of file statvfs.h.

◆ ST_RDONLY

#define ST_RDONLY   0x0001

Definition at line 5 of file statvfs.h.

Typedef Documentation

◆ fsfilcnt_t

typedef __uint32_t fsfilcnt_t

Definition at line 14 of file statvfs.h.

Function Documentation

◆ statvfs()

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

Definition at line 659 of file newlib.c.