Searched defs:compat_statfs (Results 1 – 7 of 7) sorted by relevance
67 struct compat_statfs { struct68 int f_type;69 int f_bsize;70 int f_blocks;71 int f_bfree;72 int f_bavail;73 int f_files;74 int f_ffree;77 int f_frsize;78 int f_flags;[all …]
77 struct compat_statfs { struct78 int f_type;79 int f_bsize;80 int f_blocks;81 int f_bfree;82 int f_bavail;83 int f_files;84 int f_ffree;87 int f_frsize;88 int f_flags;[all …]
88 struct compat_statfs { struct89 int f_type;90 int f_bsize;91 int f_blocks;92 int f_bfree;93 int f_bavail;94 int f_files;95 int f_ffree;98 int f_frsize;99 int f_flags;[all …]
81 int f_type;82 int f_bsize;83 int f_frsize;84 int f_blocks;85 int f_bfree;86 int f_files;87 int f_ffree;88 int f_bavail;90 int f_namelen;91 int f_flags;[all …]
100 struct compat_statfs { struct101 int f_type;102 int f_bsize;103 int f_blocks;104 int f_bfree;105 int f_bavail;106 int f_files;107 int f_ffree;110 int f_frsize;111 int f_flags;[all …]
73 s32 f_type;74 s32 f_bsize;75 s32 f_blocks;76 s32 f_bfree;77 s32 f_bavail;78 s32 f_files;79 s32 f_ffree;81 s32 f_namelen;82 s32 f_frsize;83 s32 f_flags;[all …]
125 struct compat_statfs { struct140 struct compat_statfs64 { argument
Completed in 12 milliseconds