Searched defs:fuse_req (Results 1 – 5 of 5) sorted by relevance
14 struct fuse_req { struct32 struct fuse_req *next; argument33 struct fuse_req *prev; argument
62468 struct fuse_req { struct62469 struct list_head list;62470 struct list_head intr_entry;62471 struct fuse_args *args;62472 refcount_t count;62473 long unsigned int flags;62474 struct {62476 } in;62477 struct {62479 } out;[all …]
49102 struct fuse_req { struct49103 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 …]
58859 struct fuse_req { struct58860 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 …]