Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h327 struct fuse_write_in { struct
329 uint64_t fh;
330 uint64_t offset;
331 uint32_t size;
332 uint32_t write_flags;
334 uint64_t lock_owner;
335 uint32_t flags;
336 uint32_t padding;
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h496 struct fuse_write_in { struct
497 uint64_t fh;
498 uint64_t offset;
499 uint32_t size;
500 uint32_t write_flags;
501 uint64_t lock_owner;
502 uint32_t flags;
503 uint32_t padding;
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h342 struct fuse_write_in { struct
344 uint64_t fh;
345 uint64_t offset;
346 uint32_t size;
347 uint32_t write_flags;
349 uint64_t lock_owner;
350 uint32_t flags;
351 uint32_t padding;
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h517 struct fuse_write_in { struct
518 uint64_t fh;
519 uint64_t offset;
520 uint32_t size;
521 uint32_t write_flags;
522 uint64_t lock_owner;
523 uint32_t flags;
524 uint32_t padding;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfuse.h302 struct fuse_write_in { struct
303 uint64_t fh;
304 uint64_t offset;
305 uint32_t size;
306 uint32_t write_flags;
307 uint64_t lock_owner;
308 uint32_t flags;
309 uint32_t padding;