Home
last modified time | relevance | path

Searched defs:fuse_req (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h49102 struct fuse_req { struct
49103 struct list_head list;
49104 struct list_head intr_entry;
49105 struct fuse_args *args;
49106 refcount_t count;
49107 unsigned long flags;
49108 struct {
49110 } in;
49111 struct {
49113 } out;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h58859 struct fuse_req { struct
58860 struct list_head list;
58861 struct list_head intr_entry;
58862 struct fuse_args *args;
58863 refcount_t count;
58864 unsigned long flags;
58865 struct {
58867 } in;
58868 struct {
58870 } out;
[all …]