Searched defs:fuse_kstatfs (Results 1 – 3 of 3) sorted by relevance
183 struct fuse_kstatfs { struct184 uint64_t blocks;185 uint64_t bfree;186 uint64_t bavail;187 uint64_t files;188 uint64_t ffree;189 uint32_t bsize;190 uint32_t namelen;191 uint32_t frsize;192 uint32_t padding;[all …]
240 struct fuse_kstatfs { struct241 uint64_t blocks;242 uint64_t bfree;243 uint64_t bavail;244 uint64_t files;245 uint64_t ffree;246 uint32_t bsize;247 uint32_t namelen;248 uint32_t frsize;249 uint32_t padding;[all …]