Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h87 struct compat_statfs { struct
88 int f_type;
89 int f_bsize;
90 int f_blocks;
91 int f_bfree;
92 int f_bavail;
93 int f_files;
94 int f_ffree;
95 compat_fsid_t f_fsid;
96 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h95 struct compat_statfs { struct
96 int f_type;
97 int f_bsize;
98 int f_blocks;
99 int f_bfree;
100 int f_bavail;
101 int f_files;
102 int f_ffree;
103 compat_fsid_t f_fsid;
104 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h118 struct compat_statfs { struct
119 int f_type;
120 int f_bsize;
121 int f_blocks;
122 int f_bfree;
123 int f_bavail;
124 int f_files;
125 int f_ffree;
126 compat_fsid_t f_fsid;
127 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h95 struct compat_statfs { struct
96 int f_type;
97 int f_bsize;
98 int f_frsize;
99 int f_blocks;
100 int f_bfree;
101 int f_files;
102 int f_ffree;
103 int f_bavail;
104 compat_fsid_t f_fsid;
[all …]
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h89 struct compat_statfs { struct
90 s32 f_type;
91 s32 f_bsize;
92 s32 f_blocks;
93 s32 f_bfree;
94 s32 f_bavail;
95 s32 f_files;
96 s32 f_ffree;
97 __kernel_fsid_t f_fsid;
98 s32 f_namelen;
[all …]
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h117 struct compat_statfs { struct
118 int f_type;
119 int f_bsize;
120 int f_blocks;
121 int f_bfree;
122 int f_bavail;
123 int f_files;
124 int f_ffree;
125 compat_fsid_t f_fsid;
126 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h142 struct compat_statfs { struct
157 struct compat_statfs64 { argument