Home
last modified time | relevance | path

Searched defs:statvfs64 (Results 1 – 3 of 3) sorted by relevance

/sysdeps/mach/hurd/bits/
A Dstatvfs.h60 struct statvfs64 struct
62 unsigned int __f_type;
64 __fsblkcnt64_t f_blocks;
65 __fsblkcnt64_t f_bfree;
66 __fsblkcnt64_t f_bavail;
67 __fsfilcnt64_t f_files;
68 __fsfilcnt64_t f_ffree;
69 __fsid_t f_fsid;
71 __fsfilcnt64_t f_favail;
73 unsigned long int f_flag;
[all …]
/sysdeps/unix/sysv/linux/bits/
A Dstatvfs.h58 struct statvfs64 struct
62 __fsblkcnt64_t f_blocks;
63 __fsblkcnt64_t f_bfree;
64 __fsblkcnt64_t f_bavail;
65 __fsfilcnt64_t f_files;
66 __fsfilcnt64_t f_ffree;
67 __fsfilcnt64_t f_favail;
68 unsigned long int f_fsid;
70 int __f_unused;
72 unsigned long int f_flag;
[all …]
/sysdeps/mach/hurd/
A Dstatvfs64.c22 statvfs64 (const char *file, struct statvfs64 *buf) in statvfs64() function

Completed in 7 milliseconds