Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfuse.h989 struct fuse_lseek_in { struct
990 uint64_t fh;
991 uint64_t offset;
992 uint32_t whence;
993 uint32_t padding;
/external/libfuse/include/
Dfuse_kernel.h999 struct fuse_lseek_in { struct
1000 uint64_t fh;
1001 uint64_t offset;
1002 uint32_t whence;
1003 uint32_t padding;