Lines Matching defs:fuse_req
406 struct fuse_req { struct
409 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;
434 wait_queue_head_t waitq;
438 void *argbuf;
442 struct fuse_mount *fm;
445 void *ring_entry;
469 void (*send_interrupt)(struct fuse_iqueue *fiq, struct fuse_req *req); argument