Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dcompat.h67 struct compat_statfs { struct
68 int f_type;
69 int f_bsize;
70 int f_blocks;
71 int f_bfree;
72 int f_bavail;
73 int f_files;
74 int f_ffree;
75 compat_fsid_t f_fsid;
76 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.15/arch/arm64/include/asm/
Dcompat.h88 struct compat_statfs { struct
89 int f_type;
90 int f_bsize;
91 int f_blocks;
92 int f_bfree;
93 int f_bavail;
94 int f_files;
95 int f_ffree;
96 compat_fsid_t f_fsid;
97 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dcompat.h77 struct compat_statfs { struct
78 int f_type;
79 int f_bsize;
80 int f_blocks;
81 int f_bfree;
82 int f_bavail;
83 int f_files;
84 int f_ffree;
85 compat_fsid_t f_fsid;
86 int f_namelen; /* SunOS ignores this field. */
[all …]
/Linux-v5.15/arch/mips/include/asm/
Dcompat.h80 struct compat_statfs { struct
81 int f_type;
82 int f_bsize;
83 int f_frsize;
84 int f_blocks;
85 int f_bfree;
86 int f_files;
87 int f_ffree;
88 int f_bavail;
89 compat_fsid_t f_fsid;
[all …]
/Linux-v5.15/arch/parisc/include/asm/
Dcompat.h72 struct compat_statfs { struct
73 s32 f_type;
74 s32 f_bsize;
75 s32 f_blocks;
76 s32 f_bfree;
77 s32 f_bavail;
78 s32 f_files;
79 s32 f_ffree;
80 __kernel_fsid_t f_fsid;
81 s32 f_namelen;
[all …]
/Linux-v5.15/arch/sparc/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-v5.15/arch/s390/include/asm/
Dcompat.h125 struct compat_statfs { struct
140 struct compat_statfs64 { argument