Searched defs:fuse_req (Results 1 – 3 of 3) 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 …]