Searched defs:fuse_req (Results 1 – 2 of 2) sorted by relevance
426 struct fuse_req { struct429 struct list_head list;432 struct list_head intr_entry;435 struct fuse_args *args;438 refcount_t count;441 unsigned long flags;444 struct {446 } in;449 struct {451 } out;[all …]
56 struct fuse_req *fuse_req; member