xref: /aosp_15_r20/external/musl/arch/x32/bits/statfs.h (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1*c9945492SAndroid Build Coastguard Worker struct statfs {
2*c9945492SAndroid Build Coastguard Worker 	unsigned long f_type, __pad0, f_bsize, __pad1;
3*c9945492SAndroid Build Coastguard Worker 	fsblkcnt_t f_blocks, f_bfree, f_bavail;
4*c9945492SAndroid Build Coastguard Worker 	fsfilcnt_t f_files, f_ffree;
5*c9945492SAndroid Build Coastguard Worker 	fsid_t f_fsid;
6*c9945492SAndroid Build Coastguard Worker 	unsigned long f_namelen, __pad2, f_frsize, __pad3;
7*c9945492SAndroid Build Coastguard Worker 	unsigned long f_flags, __pad4;
8*c9945492SAndroid Build Coastguard Worker 	unsigned long long f_spare[4];
9*c9945492SAndroid Build Coastguard Worker };
10