Searched defs:compat_statfs (Results 1 – 7 of 7) sorted by relevance
73 struct compat_statfs { struct74 int f_type;75 int f_bsize;76 int f_blocks;77 int f_bfree;78 int f_bavail;79 int f_files;80 int f_ffree;81 compat_fsid_t f_fsid;82 int f_namelen; /* SunOS ignores this field. */[all …]
80 struct compat_statfs { struct81 int f_type;82 int f_bsize;83 int f_blocks;84 int f_bfree;85 int f_bavail;86 int f_files;87 int f_ffree;88 compat_fsid_t f_fsid;89 int f_namelen; /* SunOS ignores this field. */[all …]
77 struct compat_statfs { struct78 int f_type;79 int f_bsize;80 int f_frsize;81 int f_blocks;82 int f_bfree;83 int f_files;84 int f_ffree;85 int f_bavail;86 compat_fsid_t f_fsid;[all …]
90 struct compat_statfs { struct91 int f_type;92 int f_bsize;93 int f_blocks;94 int f_bfree;95 int f_bavail;96 int f_files;97 int f_ffree;98 compat_fsid_t f_fsid;99 int f_namelen; /* SunOS ignores this field. */[all …]
102 struct compat_statfs { struct103 int f_type;104 int f_bsize;105 int f_blocks;106 int f_bfree;107 int f_bavail;108 int f_files;109 int f_ffree;110 compat_fsid_t f_fsid;111 int f_namelen; /* SunOS ignores this field. */[all …]
75 struct compat_statfs { struct76 s32 f_type;77 s32 f_bsize;78 s32 f_blocks;79 s32 f_bfree;80 s32 f_bavail;81 s32 f_files;82 s32 f_ffree;83 __kernel_fsid_t f_fsid;84 s32 f_namelen;[all …]
128 struct compat_statfs { struct143 struct compat_statfs64 { argument