Searched defs:statfs64 (Results 1 – 5 of 5) sorted by relevance
51 struct statfs64 struct53 long int f_type;55 long int f_bsize;57 __fsblkcnt64_t f_blocks;58 __fsblkcnt64_t f_bfree;59 __fsblkcnt64_t f_files;60 __fsblkcnt64_t f_ffree;61 __fsblkcnt64_t f_bavail;64 __fsid_t f_fsid;65 long int f_namelen;[all …]
48 struct statfs64 struct50 __SWORD_TYPE f_type;51 __SWORD_TYPE f_bsize;52 __fsblkcnt64_t f_blocks;53 __fsblkcnt64_t f_bfree;54 __fsblkcnt64_t f_bavail;55 __fsfilcnt64_t f_files;56 __fsfilcnt64_t f_ffree;57 __fsid_t f_fsid;58 __SWORD_TYPE f_namelen;[all …]
48 struct statfs64 struct50 int f_type;51 int f_bsize;52 __fsblkcnt64_t f_blocks;53 __fsblkcnt64_t f_bfree;55 __fsfilcnt64_t f_files;56 __fsfilcnt64_t f_ffree;57 __fsid_t f_fsid;58 int f_namelen;59 int f_frsize;[all …]
59 struct statfs64 struct61 __U32_TYPE f_type;62 __U32_TYPE f_bsize;63 __U64_TYPE f_blocks;64 __U64_TYPE f_bfree;65 __U64_TYPE f_bavail;66 __U64_TYPE f_files;67 __U64_TYPE f_ffree;68 __fsid_t f_fsid;70 __U32_TYPE f_frsize;[all …]
30 int statfs64 (const char *file, struct statfs64 *buf) in statfs64() function57 int statfs64 (const char *file, struct statfs64 *buf) in statfs64() function
Completed in 6 milliseconds