Searched defs:statfs64 (Results 1 – 2 of 2) sorted by relevance
46 struct statfs64 { struct66 struct statfs64 { /* Same as struct statfs */ argument83 struct compat_statfs64 { argument
36 struct statfs64 { struct37 unsigned int f_type;38 unsigned int f_bsize;39 unsigned long long f_blocks;40 unsigned long long f_bfree;41 unsigned long long f_bavail;42 unsigned long long f_files;43 unsigned long long f_ffree;44 __kernel_fsid_t f_fsid;45 unsigned int f_namelen;[all …]