Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfuse.h665 struct fuse_fallocate_in { struct
666 uint64_t fh;
667 uint64_t offset;
668 uint64_t length;
669 uint32_t mode;
670 uint32_t padding;