Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dfuse.h953 struct fuse_fallocate_in { struct
954 uint64_t fh;
955 uint64_t offset;
956 uint64_t length;
957 uint32_t mode;
958 uint32_t padding;