Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/include/asm/
Dcompat.h28 #define compat_statfs compat_statfs macro
63 struct compat_statfs { struct
64 int f_type;
65 int f_bsize;
66 int f_blocks;
67 int f_bfree;
68 int f_bavail;
69 int f_files;
70 int f_ffree;
71 compat_fsid_t f_fsid;
[all …]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dcompat.h18 #define compat_statfs compat_statfs macro
71 struct compat_statfs { struct
72 int f_type;
73 int f_bsize;
74 int f_blocks;
75 int f_bfree;
76 int f_bavail;
77 int f_files;
78 int f_ffree;
79 compat_fsid_t f_fsid;
[all …]
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dcompat.h26 #define compat_statfs compat_statfs macro
88 struct compat_statfs { struct
103 struct compat_statfs64 { argument
/kernel/linux/linux-6.6/arch/mips/include/asm/
Dcompat.h20 #define compat_statfs compat_statfs macro
61 struct compat_statfs { struct
62 int f_type;
63 int f_bsize;
64 int f_frsize;
65 int f_blocks;
66 int f_bfree;
67 int f_files;
68 int f_ffree;
69 int f_bavail;
[all …]
/kernel/linux/linux-6.6/include/asm-generic/
Dcompat.h92 struct compat_statfs { struct
93 compat_int_t f_type;
94 compat_int_t f_bsize;
95 compat_int_t f_blocks;
96 compat_int_t f_bfree;
97 compat_int_t f_bavail;
98 compat_int_t f_files;
99 compat_int_t f_ffree;
100 compat_fsid_t f_fsid;
101 compat_int_t f_namelen;
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcompat.h71 struct compat_statfs { struct
72 int f_type;
73 int f_bsize;
74 int f_blocks;
75 int f_bfree;
76 int f_bavail;
77 int f_files;
78 int f_ffree;
79 compat_fsid_t f_fsid;
80 int f_namelen; /* SunOS ignores this field. */
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcompat.h75 struct compat_statfs { struct
76 int f_type;
77 int f_bsize;
78 int f_frsize;
79 int f_blocks;
80 int f_bfree;
81 int f_files;
82 int f_ffree;
83 int f_bavail;
84 compat_fsid_t f_fsid;
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcompat.h89 struct compat_statfs { struct
90 int f_type;
91 int f_bsize;
92 int f_blocks;
93 int f_bfree;
94 int f_bavail;
95 int f_files;
96 int f_ffree;
97 compat_fsid_t f_fsid;
98 int f_namelen; /* SunOS ignores this field. */
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcompat.h76 struct compat_statfs { struct
77 int f_type;
78 int f_bsize;
79 int f_blocks;
80 int f_bfree;
81 int f_bavail;
82 int f_files;
83 int f_ffree;
84 compat_fsid_t f_fsid;
85 int f_namelen; /* SunOS ignores this field. */
[all …]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dcompat.h73 struct compat_statfs { struct
74 s32 f_type;
75 s32 f_bsize;
76 s32 f_blocks;
77 s32 f_bfree;
78 s32 f_bavail;
79 s32 f_files;
80 s32 f_ffree;
81 __kernel_fsid_t f_fsid;
82 s32 f_namelen;
[all …]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dcompat.h101 struct compat_statfs { struct
102 int f_type;
103 int f_bsize;
104 int f_blocks;
105 int f_bfree;
106 int f_bavail;
107 int f_files;
108 int f_ffree;
109 compat_fsid_t f_fsid;
110 int f_namelen; /* SunOS ignores this field. */
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dcompat.h126 struct compat_statfs { struct
141 struct compat_statfs64 { argument