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