Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dfuse.h690 struct fuse_fallocate_in { struct
691 uint64_t fh;
692 uint64_t offset;
693 uint64_t length;
694 uint32_t mode;
695 uint32_t padding;