Home
last modified time | relevance | path

Searched defs:fuse_bpf_args (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libfuse/include/
H A Dfuse_kernel.h1257 struct fuse_bpf_args { struct
1258 uint64_t nodeid;
1259 uint32_t opcode;
1260 uint32_t error_in;
1261 uint32_t in_numargs;
1262 uint32_t out_numargs;
1263 uint32_t flags;
1264 struct fuse_bpf_in_arg in_args[FUSE_MAX_IN_ARGS];
1265 struct fuse_bpf_arg out_args[FUSE_MAX_OUT_ARGS];
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h36153 struct fuse_bpf_args { struct
36154 uint64_t nodeid;
36155 uint32_t opcode;
36156 uint32_t error_in;
36157 uint32_t in_numargs;
36158 uint32_t out_numargs;
36159 uint32_t flags;
36160 uint32_t padding;
36161 struct fuse_bpf_in_arg in_args[5];
36162 struct fuse_bpf_arg out_args[3];
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h45815 struct fuse_bpf_args { struct
45816 uint64_t nodeid;
45817 uint32_t opcode;
45818 uint32_t error_in;
45819 uint32_t in_numargs;
45820 uint32_t out_numargs;
45821 uint32_t flags;
45822 uint32_t padding;
45823 struct fuse_bpf_in_arg in_args[5];
45824 struct fuse_bpf_arg out_args[3];