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.h284 struct fuse_file_lock { struct
285 uint64_t start;
286 uint64_t end;
287 uint32_t type;
288 uint32_t pid; /* tgid */