Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfuse.h688 struct fuse_fallocate_in { struct
689 uint64_t fh;
690 uint64_t offset;
691 uint64_t length;
692 uint32_t mode;
693 uint32_t padding;