Home
last modified time | relevance | path

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

/linux-3.3/arch/s390/include/asm/
Dstatfs.h55 struct compat_statfs64 { struct
56 __u32 f_type;
57 __u32 f_bsize;
58 __u64 f_blocks;
59 __u64 f_bfree;
60 __u64 f_bavail;
61 __u64 f_files;
62 __u64 f_ffree;
63 __kernel_fsid_t f_fsid;
64 __u32 f_namelen;
[all …]
/linux-3.3/include/asm-generic/
Dstatfs.h71 struct compat_statfs64 { struct
72 __u32 f_type;
73 __u32 f_bsize;
74 __u64 f_blocks;
75 __u64 f_bfree;
76 __u64 f_bavail;
77 __u64 f_files;
78 __u64 f_ffree;
79 __kernel_fsid_t f_fsid;
80 __u32 f_namelen;
[all …]
/linux-3.3/arch/mips/include/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 …]