VSF Documented
Data Structures | Macros | Typedefs | Functions | Variables
statfs.h File Reference
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "../sys/types.h"

Go to the source code of this file.

Data Structures

struct  statfs
 
struct  vsf_linux_sys_statfs_vplt_t
 

Macros

#define statfs   VSF_LINUX_WRAPPER(statfs)
 
#define fstatfs   VSF_LINUX_WRAPPER(fstatfs)
 

Typedefs

typedef int fsid_t
 
typedef struct vsf_linux_sys_statfs_vplt_t vsf_linux_sys_statfs_vplt_t
 

Functions

int statfs (const char *path, struct statfs *buf)
 
int fstatfs (int fd, struct statfs *buf)
 

Variables

__VSF_VPLT_DECORATOR__ vsf_linux_sys_statfs_vplt_t vsf_linux_sys_statfs_vplt
 

Macro Definition Documentation

◆ statfs

◆ fstatfs

#define fstatfs   VSF_LINUX_WRAPPER(fstatfs)

Typedef Documentation

◆ fsid_t

typedef int fsid_t

◆ vsf_linux_sys_statfs_vplt_t

Function Documentation

◆ statfs()

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

◆ fstatfs()

int fstatfs ( int  fd,
struct statfs buf 
)

Variable Documentation

◆ vsf_linux_sys_statfs_vplt

__VSF_VPLT_DECORATOR__ vsf_linux_sys_statfs_vplt_t vsf_linux_sys_statfs_vplt
extern