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;75 compat_fsid_t f_fsid;76 int f_namelen; /* SunOS ignores this field. */[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;96 compat_fsid_t f_fsid;97 int f_namelen; /* SunOS ignores this field. */[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;85 compat_fsid_t f_fsid;86 int f_namelen; /* SunOS ignores this field. */[all …]
80 struct compat_statfs { struct81 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;89 compat_fsid_t f_fsid;[all …]
72 struct compat_statfs { struct73 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;80 __kernel_fsid_t f_fsid;81 s32 f_namelen;[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;108 compat_fsid_t f_fsid;109 int f_namelen; /* SunOS ignores this field. */[all …]
125 struct compat_statfs { struct140 struct compat_statfs64 { argument