Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcompat.h63 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;
73 int f_frsize;
74 int f_flags;
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A 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;
81 int f_frsize;
82 int f_flags;
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h26 #define compat_statfs compat_statfs macro
88 struct compat_statfs { struct
103 struct compat_statfs64 { argument
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h62 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;
71 int f_namelen;
72 int f_flags;
[all …]
/openbmc/linux/include/asm-generic/
H A 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;
102 compat_int_t f_frsize;
[all …]