Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dcompat.h97 struct compat_statfs { struct
98 int f_type;
99 int f_bsize;
100 int f_blocks;
101 int f_bfree;
102 int f_bavail;
103 int f_files;
104 int f_ffree;
105 compat_fsid_t f_fsid;
106 int f_namelen; /* SunOS ignores this field. */
[all …]
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h128 struct compat_statfs { struct
129 int f_type;
130 int f_bsize;
131 int f_blocks;
132 int f_bfree;
133 int f_bavail;
134 int f_files;
135 int f_ffree;
136 compat_fsid_t f_fsid;
137 int f_namelen; /* SunOS ignores this field. */
[all …]
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h103 struct compat_statfs { struct
104 int f_type;
105 int f_bsize;
106 int f_blocks;
107 int f_bfree;
108 int f_bavail;
109 int f_files;
110 int f_ffree;
111 compat_fsid_t f_fsid;
112 int f_namelen; /* SunOS ignores this field. */
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dcompat.h104 struct compat_statfs { struct
105 int f_type;
106 int f_bsize;
107 int f_frsize;
108 int f_blocks;
109 int f_bfree;
110 int f_files;
111 int f_ffree;
112 int f_bavail;
113 compat_fsid_t f_fsid;
[all …]
/linux-4.4.14/arch/parisc/include/asm/
Dcompat.h99 struct compat_statfs { struct
100 s32 f_type;
101 s32 f_bsize;
102 s32 f_blocks;
103 s32 f_bfree;
104 s32 f_bavail;
105 s32 f_files;
106 s32 f_ffree;
107 __kernel_fsid_t f_fsid;
108 s32 f_namelen;
[all …]
/linux-4.4.14/arch/sparc/include/asm/
Dcompat.h127 struct compat_statfs { struct
128 int f_type;
129 int f_bsize;
130 int f_blocks;
131 int f_bfree;
132 int f_bavail;
133 int f_files;
134 int f_ffree;
135 compat_fsid_t f_fsid;
136 int f_namelen; /* SunOS ignores this field. */
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dcompat.h150 struct compat_statfs { struct
165 struct compat_statfs64 { argument
/linux-4.4.14/arch/tile/include/asm/
Dcompat.h73 #define compat_statfs statfs macro