Searched defs:statvfs (Results 1 – 2 of 2) sorted by relevance
60 struct statvfs { struct61 unsigned long f_flag; /* copy of mount exported flags */62 unsigned long f_bsize; /* file system block size */63 unsigned long f_frsize; /* fundamental file system block size */64 unsigned long f_iosize; /* optimal file system block size */66 fsblkcnt_t f_blocks; /* number of blocks in file system, */68 fsblkcnt_t f_bfree; /* free blocks avail in file system */69 fsblkcnt_t f_bavail; /* free blocks avail to non-root */70 fsblkcnt_t f_bresvd; /* blocks reserved for root */72 fsfilcnt_t f_files; /* total file nodes in file system */[all …]
79 statvfs(const char *path, struct statvfs *vfs) in statvfs() function