Struct libc::bindings::statfs64_t
Fields
-
f_type: u64
-
f_bsize: u64
-
f_blocks: u64
-
f_bfree: u64
-
f_bavail: u64
-
f_files: u64
-
f_ffree: u64
-
f_fsid: __fsid_t
-
f_namelen: u64
-
f_frsize: u64
-
f_flags: u64
-
f_spare: [u64; 4]
-
f_type: __fsword_t
-
f_bsize: __fsword_t
-
f_blocks: u64
-
f_bfree: u64
-
f_bavail: u64
-
f_files: u64
-
f_ffree: u64
-
f_fsid: fsid_t
-
f_namelen: __fsword_t
-
f_frsize: __fsword_t
-
f_flags: __fsword_t
-
f_spare: [__fsword_t; 4]
-
f_type: c_ulong
-
f_bsize: c_ulong
-
f_blocks: fsblkcnt64_t
-
f_bfree: fsblkcnt64_t
-
f_bavail: fsblkcnt64_t
-
f_files: fsfilcnt64_t
-
f_ffree: fsfilcnt64_t
-
f_fsid: fsid_t
-
f_namelen: c_ulong
-
f_frsize: c_ulong
-
f_flags: c_ulong
-
f_spare: [c_ulong; 4]
-
f_type: c_long
-
f_bsize: c_long
-
f_blocks: fsblkcnt64_t
-
f_bfree: fsblkcnt64_t
-
f_bavail: fsblkcnt64_t
-
f_files: fsfilcnt64_t
-
f_ffree: fsfilcnt64_t
-
f_fsid: fsid_t
-
f_namelen: c_long
-
f_frsize: c_long
-
f_flags: c_long
-
f_spare: [c_long; 4]