Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
x64
/
sysroot
/
include
/
bits
/
statfs.h
blob: ef2bbe36bed557bb9542c1e0603ab64088d5c2d6 [
file
] [
log
] [
blame
]
struct
statfs
{
unsigned
long
f_type
,
f_bsize
;
fsblkcnt_t
f_blocks
,
f_bfree
,
f_bavail
;
fsfilcnt_t
f_files
,
f_ffree
;
fsid_t
f_fsid
;
unsigned
long
f_namelen
,
f_frsize
,
f_flags
,
f_spare
[
4
];
};