Home
last modified time | relevance | path

Searched defs:compat_statfs64 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/asm-generic/
Dstatfs.h69 struct compat_statfs64 { struct
70 __u32 f_type;
71 __u32 f_bsize;
72 __u64 f_blocks;
73 __u64 f_bfree;
74 __u64 f_bavail;
75 __u64 f_files;
76 __u64 f_ffree;
77 __kernel_fsid_t f_fsid;
78 __u32 f_namelen;
[all …]
/Linux-v4.19/arch/mips/include/uapi/asm/
Dstatfs.h83 struct compat_statfs64 { struct
84 __u32 f_type;
85 __u32 f_bsize;
86 __u32 f_frsize; /* Fragment size - unsupported */
87 __u32 __pad;
88 __u64 f_blocks;
89 __u64 f_bfree;
90 __u64 f_files;
91 __u64 f_ffree;
92 __u64 f_bavail;
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h157 struct compat_statfs64 { struct
158 u32 f_type;
159 u32 f_bsize;
160 u64 f_blocks;
161 u64 f_bfree;
162 u64 f_bavail;
163 u64 f_files;
164 u64 f_ffree;
165 compat_fsid_t f_fsid;
166 u32 f_namelen;
[all …]