Searched defs:fuse_req (Results 1 – 2 of 2) sorted by relevance
406 struct fuse_req { struct409 struct list_head list;412 struct list_head intr_entry;415 struct fuse_args *args;418 refcount_t count;421 unsigned long flags;424 struct {426 } in;429 struct {431 } out;[all …]
56 struct fuse_req *fuse_req; member