Home
last modified time | relevance | path

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

/linux-6.14.4/include/uapi/linux/
Dfuse.h987 struct fuse_fallocate_in { struct
988 uint64_t fh;
989 uint64_t offset;
990 uint64_t length;
991 uint32_t mode;
992 uint32_t padding;