|
VSF Documented
|
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 |
| #define statfs VSF_LINUX_WRAPPER(statfs) |
| #define fstatfs VSF_LINUX_WRAPPER(fstatfs) |
| typedef int fsid_t |
| typedef struct vsf_linux_sys_statfs_vplt_t vsf_linux_sys_statfs_vplt_t |
| int fstatfs | ( | int | fd, |
| struct statfs * | buf | ||
| ) |
|
extern |