Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfuse.h830 struct fuse_fallocate_in { struct
831 uint64_t fh;
832 uint64_t offset;
833 uint64_t length;
834 uint32_t mode;
835 uint32_t padding;