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.h324 struct fuse_kstatfs { struct
325 uint64_t blocks;
326 uint64_t bfree;
327 uint64_t bavail;
328 uint64_t files;
329 uint64_t ffree;
330 uint32_t bsize;
331 uint32_t namelen;
332 uint32_t frsize;
333 uint32_t padding;
[all …]