Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/bits/
A Dstatvfs.h30 struct statvfs struct
32 unsigned int __f_type;
33 unsigned long int f_bsize;
35 __fsblkcnt_t f_blocks;
36 __fsblkcnt_t f_bfree;
60 struct statvfs64 argument
/sysdeps/unix/sysv/linux/bits/
A Dstatvfs.h29 struct statvfs struct
31 unsigned long int f_bsize;
32 unsigned long int f_frsize;
34 __fsblkcnt_t f_blocks;
58 struct statvfs64 argument
/sysdeps/mach/hurd/
A Dstatvfs.c22 statvfs (const char *file, struct statvfs *buf) in statvfs() function
/sysdeps/unix/sysv/linux/
A Dstatvfs64.c20 #define statvfs statvfs_disable macro

Completed in 8 milliseconds