libc
::
aarch64_apple_darwin
::
statfs_t
Fields
f_bsize
f_iosize
f_blocks
f_bfree
f_bavail
f_files
f_ffree
f_fsid
f_owner
f_type
f_flags
f_fssubtype
f_fstypename
f_mntonname
f_mntfromname
f_flags_ext
f_reserved
Struct
libc
::
aarch64_apple_darwin
::
statfs_t
struct
statfs_t
{ ... }
source
Fields
f_bsize:
u32
f_iosize:
i32
f_blocks:
u64
f_bfree:
u64
f_bavail:
u64
f_files:
u64
f_ffree:
u64
f_fsid:
fsid_t
f_owner:
uid_t
f_type:
u32
f_flags:
u32
f_fssubtype:
u32
f_fstypename: [
c_char
; 16]
f_mntonname: [
c_char
; 1024]
f_mntfromname: [
c_char
; 1024]
f_flags_ext:
u32
f_reserved: [
u32
; 7]