tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
statvfs_t
tango
stdc
posix
sys
statvfs
Undocumented in source.
struct
statvfs_t
struct
statvfs_t
struct
statvfs_t
struct
statvfs_t
version(solaris)
struct
statvfs_t {
c_ulong
f_bsize
;
c_ulong
f_frsize
;
fsblkcnt_t
f_blocks
;
fsblkcnt_t
f_bfree
;
fsblkcnt_t
f_bavail
;
fsfilcnt_t
f_files
;
fsfilcnt_t
f_ffree
;
fsfilcnt_t
f_favail
;
c_ulong
f_fsid
;
char
[
_FSTYPSZ
]
f_basetype
;
c_ulong
f_flag
;
c_ulong
f_namemax
;
char
[
32
]
f_fstr
;
static if
(
size_t.sizeof == 8
)
c_ulong
[
16
]
f_filler
;
}
Members
Variables
f_basetype
char
[
_FSTYPSZ
]
f_basetype
;
Undocumented in source.
f_bavail
fsblkcnt_t
f_bavail
;
Undocumented in source.
f_bfree
fsblkcnt_t
f_bfree
;
Undocumented in source.
f_blocks
fsblkcnt_t
f_blocks
;
Undocumented in source.
f_bsize
c_ulong
f_bsize
;
Undocumented in source.
f_favail
fsfilcnt_t
f_favail
;
Undocumented in source.
f_ffree
fsfilcnt_t
f_ffree
;
Undocumented in source.
f_files
fsfilcnt_t
f_files
;
Undocumented in source.
f_filler
c_ulong
[
16
]
f_filler
;
Undocumented in source.
f_flag
c_ulong
f_flag
;
Undocumented in source.
f_frsize
c_ulong
f_frsize
;
Undocumented in source.
f_fsid
c_ulong
f_fsid
;
Undocumented in source.
f_fstr
char
[
32
]
f_fstr
;
Undocumented in source.
f_namemax
c_ulong
f_namemax
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
statvfs
aliases
__fsblkcnt_t, __fsfilcnt_t
fsblkcnt_t
fsfilcnt_t
enums
ST_RDONLY
functions
fstatvfs
statvfs
structs
statvfs_t
variables
_FSTYPSZ