Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h226 struct fuse_kstatfs { struct
227 uint64_t blocks;
228 uint64_t bfree;
229 uint64_t bavail;
230 uint64_t files;
231 uint64_t ffree;
232 uint32_t bsize;
233 uint32_t namelen;
234 uint32_t frsize;
235 uint32_t padding;
[all …]