Searched defs:fuse_kstatfs (Results 1 – 2 of 2) sorted by relevance
96 struct fuse_kstatfs { struct97 __u64 blocks;98 __u64 bfree;99 __u64 bavail;100 __u64 files;101 __u64 ffree;102 __u32 bsize;103 __u32 namelen;104 __u32 frsize;105 __u32 padding;[all …]
271 struct fuse_kstatfs { struct272 uint64_t blocks;273 uint64_t bfree;274 uint64_t bavail;275 uint64_t files;276 uint64_t ffree;277 uint32_t bsize;278 uint32_t namelen;279 uint32_t frsize;280 uint32_t padding;[all …]