Lines Matching defs:fuse_req
401 struct fuse_req { struct
404 struct list_head list;
407 struct list_head intr_entry;
410 struct fuse_args *args;
413 refcount_t count;
416 unsigned long flags;
419 struct {
421 } in;
424 struct {
426 } out;
429 wait_queue_head_t waitq;
433 void *argbuf;
459 void (*send_interrupt)(struct fuse_iqueue *fiq, struct fuse_req *req); argument