Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h109 struct fuse_file_lock { struct
110 __u64 start;
111 __u64 end;
112 __u32 type;
113 __u32 pid; /* tgid */
/third_party/libfuse/include/
Dfuse_kernel.h211 struct fuse_file_lock { struct
212 uint64_t start;
213 uint64_t end;
214 uint32_t type;
215 uint32_t pid; /* tgid */