Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfuse.h399 struct fuse_fallocate_in { struct
400 uint64_t fh;
401 uint64_t offset;
402 uint64_t length;
403 uint32_t mode;
404 uint32_t padding;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfuse.h427 struct fuse_fallocate_in { struct
428 uint64_t fh;
429 uint64_t offset;
430 uint64_t length;
431 uint32_t mode;
432 uint32_t padding;
/kernel/linux/linux-5.10/include/uapi/linux/
Dfuse.h792 struct fuse_fallocate_in { struct
793 uint64_t fh;
794 uint64_t offset;
795 uint64_t length;
796 uint32_t mode;
797 uint32_t padding;