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.h253 struct fuse_kstatfs { struct
254 uint64_t blocks;
255 uint64_t bfree;
256 uint64_t bavail;
257 uint64_t files;
258 uint64_t ffree;
259 uint32_t bsize;
260 uint32_t namelen;
261 uint32_t frsize;
262 uint32_t padding;
[all …]