Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D20010328-1.c25 struct statfs struct
42 struct statfs64 argument
56 extern int __statfs (__const char *__file, struct statfs *__buf); argument
/openbsd/src/sys/sys/
Dmount.h280 struct statfs { struct
281 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 …]
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH2689 * to do statfs() is supported. function
3421 * have statfs() and struct statfs, they have ustat() and getmnt() function
3428 * to do statfs() is supported. function
/openbsd/src/lib/libfuse/
Dfuse.h119 int (*statfs)(const char *, struct statvfs *); member
/openbsd/src/sys/nfs/
Dnfs_serv.c2951 struct statfs statfs; in nfsrv_statfs() local
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp745 TEST(MemorySanitizer, statfs) { in TEST() argument