Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dcompat.h73 struct compat_statfs { struct
74 int f_type;
75 int f_bsize;
76 int f_blocks;
77 int f_bfree;
78 int f_bavail;
79 int f_files;
80 int f_ffree;
81 compat_fsid_t f_fsid;
82 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.4/arch/x86/include/asm/
Dcompat.h80 struct compat_statfs { struct
81 int f_type;
82 int f_bsize;
83 int f_blocks;
84 int f_bfree;
85 int f_bavail;
86 int f_files;
87 int f_ffree;
88 compat_fsid_t f_fsid;
89 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dcompat.h77 struct compat_statfs { struct
78 int f_type;
79 int f_bsize;
80 int f_frsize;
81 int f_blocks;
82 int f_bfree;
83 int f_files;
84 int f_ffree;
85 int f_bavail;
86 compat_fsid_t f_fsid;
[all …]
/Linux-v5.4/arch/arm64/include/asm/
Dcompat.h90 struct compat_statfs { struct
91 int f_type;
92 int f_bsize;
93 int f_blocks;
94 int f_bfree;
95 int f_bavail;
96 int f_files;
97 int f_ffree;
98 compat_fsid_t f_fsid;
99 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.4/arch/sparc/include/asm/
Dcompat.h102 struct compat_statfs { struct
103 int f_type;
104 int f_bsize;
105 int f_blocks;
106 int f_bfree;
107 int f_bavail;
108 int f_files;
109 int f_ffree;
110 compat_fsid_t f_fsid;
111 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.4/arch/parisc/include/asm/
Dcompat.h75 struct compat_statfs { struct
76 s32 f_type;
77 s32 f_bsize;
78 s32 f_blocks;
79 s32 f_bfree;
80 s32 f_bavail;
81 s32 f_files;
82 s32 f_ffree;
83 __kernel_fsid_t f_fsid;
84 s32 f_namelen;
[all …]
/Linux-v5.4/arch/s390/include/asm/
Dcompat.h128 struct compat_statfs { struct
143 struct compat_statfs64 { argument