Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h347 struct fuse_lk_in { struct
348 __u64 fh;
349 __u64 owner;
350 struct fuse_file_lock lk;
/third_party/libfuse/include/
Dfuse_kernel.h618 struct fuse_lk_in { struct
619 uint64_t fh;
620 uint64_t owner;
621 struct fuse_file_lock lk;
622 uint32_t lk_flags;
623 uint32_t padding;