Searched defs:compat_statfs64 (Results 1 – 3 of 3) sorted by relevance
55 struct compat_statfs64 { struct56 __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 …]
71 struct compat_statfs64 { struct72 __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 …]
82 struct compat_statfs64 { struct83 __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 …]