Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfuse.h886 struct fuse_fallocate_in { struct
887 uint64_t fh;
888 uint64_t offset;
889 uint64_t length;
890 uint32_t mode;
891 uint32_t padding;
/external/libfuse/include/
Dfuse_kernel.h896 struct fuse_fallocate_in { struct
897 uint64_t fh;
898 uint64_t offset;
899 uint64_t length;
900 uint32_t mode;
901 uint32_t padding;