2.9
[glibc/nacl-glibc.git] / conform / data / sys / statvfs.h-data
blobd7312cdb87ae7012008ef8d132bdc34c362f6772
1 type {struct statvfs}
3 element {struct statvfs} {unsigned long} f_bsize
4 element {struct statvfs} {unsigned long} f_frsize
5 element {struct statvfs} fsblkcnt_t f_blocks
6 element {struct statvfs} fsblkcnt_t f_bfree
7 element {struct statvfs} fsblkcnt_t f_bavail
8 element {struct statvfs} fsfilcnt_t f_files
9 element {struct statvfs} fsfilcnt_t f_ffree
10 element {struct statvfs} fsfilcnt_t f_favail
11 element {struct statvfs} {unsigned long} f_fsid
12 element {struct statvfs} {unsigned long} f_flag
13 element {struct statvfs} {unsigned long} f_namemax
15 type fsblkcnt_t
16 type fsfilcnt_t
18 constant ST_RDONLY
19 constant ST_NOSUID
21 function int statvfs (const char*, struct statvfs*)
22 function int fstatvfs (int, struct statvfs*)
24 allow f_*
25 allow ST_*
26 allow *_t