Home
last modified time | relevance | path

Searched defs:fuse_in_header (Results 1 – 6 of 6) sorted by relevance

/aosp12/bootable/recovery/fuse_sideload/
H A Dfuse_sideload.cpp218 static int handle_flush(void* /* data */, fuse_data* /* fd */, const fuse_in_header* /* hdr */) { in handle_flush()
222 static int handle_release(void* /* data */, fuse_data* /* fd */, const fuse_in_header* /* hdr */) { in handle_release()
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h490 struct fuse_in_header { struct
491 uint32_t len;
492 uint32_t opcode;
494 uint64_t unique;
495 uint64_t nodeid;
496 uint32_t uid;
497 uint32_t gid;
499 uint32_t pid;
500 uint32_t padding;
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h652 struct fuse_in_header { struct
653 uint32_t len;
654 uint32_t opcode;
655 uint64_t unique;
656 uint64_t nodeid;
657 uint32_t uid;
658 uint32_t gid;
659 uint32_t pid;
660 uint32_t padding;
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h510 struct fuse_in_header { struct
511 uint32_t len;
512 uint32_t opcode;
514 uint64_t unique;
515 uint64_t nodeid;
516 uint32_t uid;
517 uint32_t gid;
519 uint32_t pid;
520 uint32_t padding;
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h678 struct fuse_in_header { struct
679 uint32_t len;
680 uint32_t opcode;
681 uint64_t unique;
682 uint64_t nodeid;
683 uint32_t uid;
684 uint32_t gid;
685 uint32_t pid;
686 uint32_t padding;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfuse.h438 struct fuse_in_header { struct
439 uint32_t len;
440 uint32_t opcode;
441 uint64_t unique;
442 uint64_t nodeid;
443 uint32_t uid;
444 uint32_t gid;
445 uint32_t pid;
446 uint32_t padding;