Home
last modified time | relevance | path

Searched defs:compat_statfs (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/parisc/include/asm/
Dcompat.h97 struct compat_statfs { struct
98 s32 f_type;
99 s32 f_bsize;
100 s32 f_blocks;
101 s32 f_bfree;
102 s32 f_bavail;
103 s32 f_files;
104 s32 f_ffree;
105 __kernel_fsid_t f_fsid;
106 s32 f_namelen;
[all …]
/linux-2.6.39/arch/powerpc/include/asm/
Dcompat.h92 struct compat_statfs { struct
93 int f_type;
94 int f_bsize;
95 int f_blocks;
96 int f_bfree;
97 int f_bavail;
98 int f_files;
99 int f_ffree;
100 compat_fsid_t f_fsid;
101 int f_namelen; /* SunOS ignores this field. */
[all …]
/linux-2.6.39/arch/x86/include/asm/
Dcompat.h100 struct compat_statfs { struct
101 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 …]
/linux-2.6.39/arch/mips/include/asm/
Dcompat.h103 struct compat_statfs { struct
104 int f_type;
105 int f_bsize;
106 int f_frsize;
107 int f_blocks;
108 int f_bfree;
109 int f_files;
110 int f_ffree;
111 int f_bavail;
112 compat_fsid_t f_fsid;
[all …]
/linux-2.6.39/arch/s390/include/asm/
Dcompat.h123 struct compat_statfs { struct
124 s32 f_type;
125 s32 f_bsize;
126 s32 f_blocks;
127 s32 f_bfree;
128 s32 f_bavail;
129 s32 f_files;
130 s32 f_ffree;
131 compat_fsid_t f_fsid;
132 s32 f_namelen;
[all …]
/linux-2.6.39/arch/sparc/include/asm/
Dcompat.h126 struct compat_statfs { struct
127 int f_type;
128 int f_bsize;
129 int f_blocks;
130 int f_bfree;
131 int f_bavail;
132 int f_files;
133 int f_ffree;
134 compat_fsid_t f_fsid;
135 int f_namelen; /* SunOS ignores this field. */
[all …]
/linux-2.6.39/arch/tile/include/asm/
Dcompat.h74 #define compat_statfs statfs macro