Searched defs:fuse_bpf_args (Results 1 – 1 of 1) sorted by relevance
90 struct fuse_bpf_args { struct91 uint64_t nodeid;92 uint32_t opcode;93 uint32_t error_in;94 uint32_t in_numargs;95 uint32_t out_numargs;96 uint32_t flags;97 uint32_t padding;98 struct fuse_bpf_in_arg in_args[FUSE_MAX_IN_ARGS];99 struct fuse_bpf_arg out_args[FUSE_MAX_OUT_ARGS];