Lines Matching defs:fuse_req
423 struct fuse_req { struct
426 struct list_head list;
429 struct list_head intr_entry;
432 struct fuse_args *args;
435 refcount_t count;
438 unsigned long flags;
441 struct {
443 } in;
446 struct {
448 } out;
451 wait_queue_head_t waitq;
455 void *argbuf;
459 struct fuse_mount *fm;
462 void *ring_entry;
463 void *ring_queue;
488 void (*send_interrupt)(struct fuse_iqueue *fiq, struct fuse_req *req); argument