Lines Matching defs:fuse_req
426 struct fuse_req { struct
429 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;
454 wait_queue_head_t waitq;
458 void *argbuf;
462 struct fuse_mount *fm;
465 void *ring_entry;
466 void *ring_queue;
491 void (*send_interrupt)(struct fuse_iqueue *fiq, struct fuse_req *req); argument