Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/asm-generic/
A Dstatfs.h70 __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;
78 __u32 f_namelen;
79 __u32 f_frsize;
80 __u32 f_flags;
[all …]
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dstatfs.h84 __u32 f_type;
85 __u32 f_bsize;
87 __u32 __pad;
88 __u64 f_blocks;
89 __u64 f_bfree;
90 __u64 f_files;
91 __u64 f_ffree;
92 __u64 f_bavail;
94 __u32 f_namelen;
95 __u32 f_flags;
[all …]
/linux-6.3-rc2/arch/s390/include/asm/
A Dcompat.h104 u32 f_type;
105 u32 f_bsize;
106 u64 f_blocks;
107 u64 f_bfree;
108 u64 f_bavail;
109 u64 f_files;
110 u64 f_ffree;
112 u32 f_namelen;
113 u32 f_frsize;
114 u32 f_flags;
[all …]

Completed in 5 milliseconds