用到的函数

STATFS(2)                                    Linux Programmer's Manual                                   STATFS(2)
NAME
       statfs, fstatfs - get file system statistics
SYNOPSIS
       #include <sys/vfs.h>    /* or <sys/statfs.h> */
       int statfs(const char *path, struct statfs *buf);
       int fstatfs(int fd, struct statfs *buf);

你可能感兴趣的:(linux,struct,File,System,Path)