Searched defs:statfs64 (Results 1 – 7 of 7) sorted by relevance
55 struct statfs64 struct57 __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 …]
67 struct statfs64 struct69 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 …]
49 struct statfs64 struct51 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 …]
52 struct statfs64 struct54 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 …]
49 struct statfs64 struct51 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 …]
49 struct statfs64 struct51 __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