Home
last modified time | relevance | path

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

/linux-6.8/include/uapi/linux/
Dfuse.h955 struct fuse_fallocate_in { struct
956 uint64_t fh;
957 uint64_t offset;
958 uint64_t length;
959 uint32_t mode;
960 uint32_t padding;