Home
last modified time | relevance | path

Searched defs:fuse_kstatfs (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/msm8996/kernel-headers/linux/
Dfuse.h49 struct fuse_kstatfs { struct
50 uint64_t blocks;
51 uint64_t bfree;
52 uint64_t bavail;
54 uint64_t files;
55 uint64_t ffree;
56 uint32_t bsize;
57 uint32_t namelen;
59 uint32_t frsize;
60 uint32_t padding;
[all …]
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dfuse.h161 struct fuse_kstatfs { struct
162 uint64_t blocks;
163 uint64_t bfree;
164 uint64_t bavail;
165 uint64_t files;
166 uint64_t ffree;
167 uint32_t bsize;
168 uint32_t namelen;
169 uint32_t frsize;
170 uint32_t padding;
[all …]
/hardware/qcom/msm8994/kernel-headers/linux/
Dfuse.h49 struct fuse_kstatfs { struct
50 uint64_t blocks;
51 uint64_t bfree;
52 uint64_t bavail;
54 uint64_t files;
55 uint64_t ffree;
56 uint32_t bsize;
57 uint32_t namelen;
59 uint32_t frsize;
60 uint32_t padding;
[all …]
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dfuse.h167 struct fuse_kstatfs { struct
168 uint64_t blocks;
169 uint64_t bfree;
170 uint64_t bavail;
171 uint64_t files;
172 uint64_t ffree;
173 uint32_t bsize;
174 uint32_t namelen;
175 uint32_t frsize;
176 uint32_t padding;
[all …]