Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h64 struct fuse_file_lock { struct
65 uint64_t start;
66 uint64_t end;
67 uint32_t type;
69 uint32_t pid;
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h174 struct fuse_file_lock { struct
175 uint64_t start;
176 uint64_t end;
177 uint32_t type;
178 uint32_t pid; /* tgid */
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h64 struct fuse_file_lock { struct
65 uint64_t start;
66 uint64_t end;
67 uint32_t type;
69 uint32_t pid;
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h180 struct fuse_file_lock { struct
181 uint64_t start;
182 uint64_t end;
183 uint32_t type;
184 uint32_t pid; /* tgid */
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfuse.h55 struct fuse_file_lock { struct
56 uint64_t start;
57 uint64_t end;
58 uint32_t type;
59 uint32_t pid;