Home
last modified time | relevance | path

Searched defs:statfs64 (Results 1 – 7 of 7) sorted by relevance

/sysdeps/unix/sysv/linux/csky/bits/
A Dstatfs.h55 struct statfs64 struct
57 __SWORD_TYPE f_type;
58 __SWORD_TYPE f_bsize;
59 __fsblkcnt64_t f_blocks;
60 __fsblkcnt64_t f_bfree;
62 __fsfilcnt64_t f_files;
63 __fsfilcnt64_t f_ffree;
64 __fsid_t f_fsid;
65 __SWORD_TYPE f_namelen;
66 __SWORD_TYPE f_frsize;
[all …]
/sysdeps/unix/sysv/linux/nios2/bits/
A Dstatfs.h55 struct statfs64 struct
57 __SWORD_TYPE f_type;
58 __SWORD_TYPE f_bsize;
59 __fsblkcnt64_t f_blocks;
60 __fsblkcnt64_t f_bfree;
62 __fsfilcnt64_t f_files;
63 __fsfilcnt64_t f_ffree;
64 __fsid_t f_fsid;
65 __SWORD_TYPE f_namelen;
66 __SWORD_TYPE f_frsize;
[all …]
/sysdeps/mach/hurd/bits/
A Dstatfs.h67 struct statfs64 struct
69 unsigned int f_type;
71 __fsblkcnt64_t f_blocks;
72 __fsblkcnt64_t f_bfree;
73 __fsblkcnt64_t f_bavail;
74 __fsblkcnt64_t f_files;
75 __fsblkcnt64_t f_ffree;
76 __fsid_t f_fsid;
78 __fsfilcnt64_t f_favail;
80 unsigned long int f_flag;
[all …]
/sysdeps/unix/sysv/linux/s390/bits/
A Dstatfs.h49 struct statfs64 struct
51 unsigned int f_type;
52 unsigned int f_bsize;
53 __fsblkcnt64_t f_blocks;
54 __fsblkcnt64_t f_bfree;
56 __fsfilcnt64_t f_files;
57 __fsfilcnt64_t f_ffree;
58 __fsid_t f_fsid;
59 unsigned int f_namelen;
60 unsigned int f_frsize;
[all …]
/sysdeps/unix/sysv/linux/mips/bits/
A Dstatfs.h52 struct statfs64 struct
54 long int f_type;
56 long int f_bsize;
58 __fsblkcnt64_t f_blocks;
59 __fsblkcnt64_t f_bfree;
60 __fsblkcnt64_t f_files;
61 __fsblkcnt64_t f_ffree;
65 __fsid_t f_fsid;
66 long int f_namelen;
67 long int f_flags;
[all …]
/sysdeps/unix/sysv/linux/alpha/bits/
A Dstatfs.h49 struct statfs64 struct
51 int f_type;
52 int f_bsize;
54 __fsblkcnt64_t f_bfree;
56 __fsfilcnt64_t f_files;
57 __fsfilcnt64_t f_ffree;
58 __fsid_t f_fsid;
59 int f_namelen;
60 int f_frsize;
61 int f_flags;
[all …]
/sysdeps/unix/sysv/linux/bits/
A Dstatfs.h49 struct statfs64 struct
51 __fsword_t f_type;
52 __fsword_t f_bsize;
54 __fsblkcnt64_t f_bfree;
56 __fsfilcnt64_t f_files;
57 __fsfilcnt64_t f_ffree;
58 __fsid_t f_fsid;
59 __fsword_t f_namelen;
60 __fsword_t f_frsize;
61 __fsword_t f_flags;
[all …]

Completed in 8 milliseconds