Searched defs:statvfs (Results 1 – 6 of 6) sorted by relevance
66 struct statvfs { struct67 unsigned long f_flag; /* copy of mount exported flags */68 unsigned long f_bsize; /* file system block size */69 unsigned long f_frsize; /* fundamental file system block size */70 unsigned long f_iosize; /* optimal file system block size */73 fsblkcnt_t f_blocks; /* number of blocks in file system, */74 fsblkcnt_t f_bfree; /* free blocks avail in file system */75 fsblkcnt_t f_bavail; /* free blocks avail to non-root */76 fsblkcnt_t f_bresvd; /* blocks reserved for root */78 fsfilcnt_t f_files; /* total file nodes in file system */[all …]
40 statvfs(const char *file, struct statvfs *st) in statvfs() function
59 __strong_alias(statvfs, __compat_statvfs) in __strong_alias() argument
61 #define statvfs statfs macro
319 int statvfs(const wchar_t *p, StatVFS *buf) { in statvfs() function
766 TEST(MemorySanitizer, statvfs) { in TEST() argument