Home
last modified time | relevance | path

Searched defs:statvfs90 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Dstatvfs.h37 struct statvfs90 { struct
38 unsigned long f_flag; /* copy of mount exported flags */
39 unsigned long f_bsize; /* file system block size */
40 unsigned long f_frsize; /* fundamental file system block size */
41 unsigned long f_iosize; /* optimal file system block size */
44 fsblkcnt_t f_blocks; /* number of blocks in file system, */
45 fsblkcnt_t f_bfree; /* free blocks avail in file system */
46 fsblkcnt_t f_bavail; /* free blocks avail to non-root */
47 fsblkcnt_t f_bresvd; /* blocks reserved for root */
49 fsfilcnt_t f_files; /* total file nodes in file system */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2701 struct statvfs90 { struct
2702 unsigned long f_flag;
2703 unsigned long f_bsize;
2704 unsigned long f_frsize;
2705 unsigned long f_iosize;
2707 u64 f_blocks;
2708 u64 f_bfree;
2709 u64 f_bavail;
2710 u64 f_bresvd;
2712 u64 f_files;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2700 struct statvfs90 { struct
2701 unsigned long f_flag;
2702 unsigned long f_bsize;
2703 unsigned long f_frsize;
2704 unsigned long f_iosize;
2706 u64 f_blocks;
2707 u64 f_bfree;
2708 u64 f_bavail;
2709 u64 f_bresvd;
2711 u64 f_files;
[all …]