Lines Matching defs:fuse_ring_queue
59 struct fuse_ring_queue { struct
64 struct fuse_ring *ring;
67 unsigned int qid;
73 spinlock_t lock;
76 struct list_head ent_avail_queue;
82 struct list_head ent_w_req_queue;
83 struct list_head ent_commit_queue;
86 struct list_head ent_in_userspace;
89 struct list_head ent_released;
92 struct list_head fuse_req_queue;
118 struct fuse_ring_queue **queues; argument