Searched defs:statfs (Results 1 – 6 of 6) sorted by relevance
25 struct statfs struct42 struct statfs64 argument56 extern int __statfs (__const char *__file, struct statfs *__buf); argument
280 struct statfs { struct281 u_int32_t f_flags; /* copy of mount flags */282 u_int32_t f_bsize; /* file system block size */283 u_int32_t f_iosize; /* optimal transfer block size */286 u_int64_t f_blocks; /* total data blocks in file system */287 u_int64_t f_bfree; /* free blocks in fs */288 int64_t f_bavail; /* free blocks avail to non-superuser */290 u_int64_t f_files; /* total file nodes in file system */291 u_int64_t f_ffree; /* free file nodes in fs */292 int64_t f_favail; /* free file nodes avail to non-root */[all …]
2689 * to do statfs() is supported. function3421 * have statfs() and struct statfs, they have ustat() and getmnt() function3428 * to do statfs() is supported. function
119 int (*statfs)(const char *, struct statvfs *); member
2951 struct statfs statfs; in nfsrv_statfs() local
745 TEST(MemorySanitizer, statfs) { in TEST() argument