Searched defs:fuse_kstatfs (Results 1 – 3 of 3) sorted by relevance
34 struct fuse_kstatfs { struct35 uint64_t blocks;36 uint64_t bfree;37 uint64_t bavail;38 uint64_t files;39 uint64_t ffree;40 uint32_t bsize;41 uint32_t namelen;42 uint32_t frsize;43 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 …]
43 struct fuse_kstatfs { struct44 uint64_t blocks;45 uint64_t bfree;46 uint64_t bavail;47 uint64_t files;48 uint64_t ffree;49 uint32_t bsize;50 uint32_t namelen;51 uint32_t frsize;52 uint32_t padding;[all …]