Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h310 struct fuse_kstatfs { struct
311 uint64_t blocks;
312 uint64_t bfree;
313 uint64_t bavail;
314 uint64_t files;
315 uint64_t ffree;
316 uint32_t bsize;
317 uint32_t namelen;
318 uint32_t frsize;
319 uint32_t padding;
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h315 struct fuse_kstatfs { struct
316 uint64_t blocks;
317 uint64_t bfree;
318 uint64_t bavail;
319 uint64_t files;
320 uint64_t ffree;
321 uint32_t bsize;
322 uint32_t namelen;
323 uint32_t frsize;
324 uint32_t padding;
[all …]