Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/fuse/
H A Dfuse_abi.h192 struct fuse_kstatfs { struct
193 uint64_t blocks;
194 uint64_t bfree;
195 uint64_t bavail;
196 uint64_t files;
197 uint64_t ffree;
198 uint32_t bsize;
199 uint32_t namelen;
200 uint32_t frsize;
201 uint32_t padding;
[all …]