Searched defs:compat_statfs (Results 1 – 7 of 7) sorted by relevance
71 struct compat_statfs { struct72 int f_type;73 int f_bsize;74 int f_blocks;75 int f_bfree;76 int f_bavail;77 int f_files;78 int f_ffree;79 compat_fsid_t f_fsid;80 int f_namelen; /* SunOS ignores this field. */[all …]
75 struct compat_statfs { struct76 int f_type;77 int f_bsize;78 int f_frsize;79 int f_blocks;80 int f_bfree;81 int f_files;82 int f_ffree;83 int f_bavail;84 compat_fsid_t f_fsid;[all …]
89 struct compat_statfs { struct90 int f_type;91 int f_bsize;92 int f_blocks;93 int f_bfree;94 int f_bavail;95 int f_files;96 int f_ffree;97 compat_fsid_t f_fsid;98 int f_namelen; /* SunOS ignores this field. */[all …]
76 struct compat_statfs { struct77 int f_type;78 int f_bsize;79 int f_blocks;80 int f_bfree;81 int f_bavail;82 int f_files;83 int f_ffree;84 compat_fsid_t f_fsid;85 int f_namelen; /* SunOS ignores this field. */[all …]
73 struct compat_statfs { struct74 s32 f_type;75 s32 f_bsize;76 s32 f_blocks;77 s32 f_bfree;78 s32 f_bavail;79 s32 f_files;80 s32 f_ffree;81 __kernel_fsid_t f_fsid;82 s32 f_namelen;[all …]
101 struct compat_statfs { struct102 int f_type;103 int f_bsize;104 int f_blocks;105 int f_bfree;106 int f_bavail;107 int f_files;108 int f_ffree;109 compat_fsid_t f_fsid;110 int f_namelen; /* SunOS ignores this field. */[all …]
126 struct compat_statfs { struct141 struct compat_statfs64 { argument