Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dstatfs.h68 struct compat_statfs64 { struct
69 __u32 f_type;
70 __u32 f_bsize;
71 __u64 f_blocks;
72 __u64 f_bfree;
73 __u64 f_bavail;
74 __u64 f_files;
75 __u64 f_ffree;
76 __kernel_fsid_t f_fsid;
77 __u32 f_namelen;
[all …]
/linux-4.1.27/arch/mips/include/uapi/asm/
Dstatfs.h82 struct compat_statfs64 { struct
83 __u32 f_type;
84 __u32 f_bsize;
85 __u32 f_frsize; /* Fragment size - unsupported */
86 __u32 __pad;
87 __u64 f_blocks;
88 __u64 f_bfree;
89 __u64 f_files;
90 __u64 f_ffree;
91 __u64 f_bavail;
[all …]
/linux-4.1.27/arch/s390/include/asm/
Dcompat.h165 struct compat_statfs64 { struct
166 u32 f_type;
167 u32 f_bsize;
168 u64 f_blocks;
169 u64 f_bfree;
170 u64 f_bavail;
171 u64 f_files;
172 u64 f_ffree;
173 compat_fsid_t f_fsid;
174 u32 f_namelen;
[all …]