[][src]Module nc::statfs

Structs

compat_statfs64_t

IA64 and x86_64 need to avoid the 32-bit padding at the end, to be compatible with the i386 ABI

statfs64_t

ARM needs to avoid the 32-bit padding at the end, for consistency between EABI and OABI

statfs_t

Type Definitions

_statfs_word

Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'. Yes, they differ in signedness as well as size. Special cases can override it for themselves -- except for S390x, which is just a little too special for us. And MIPS, which I'm not touching with a 10' pole.