chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / conform / data / sys / statvfs.h-data
1 type {struct statvfs}
2
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
14
15 type fsblkcnt_t
16 type fsfilcnt_t
17
18 constant ST_RDONLY
19 constant ST_NOSUID
20
21 function int statvfs (const char*, struct statvfs*)
22 function int fstatvfs (int, struct statvfs*)
23
24 allow f_*
25 allow ST_*
26 allow *_t