Lines Matching defs:genwqe_file
405 struct genwqe_file { struct
406 struct genwqe_dev *cd;
407 struct genwqe_driver *client;
408 struct file *filp;
410 struct fasync_struct *async_queue;
411 struct pid *opener;
412 struct list_head list; /* entry in list of open files */
414 spinlock_t map_lock; /* lock for dma_mappings */
415 struct list_head map_list; /* list of dma_mappings */
417 spinlock_t pin_lock; /* lock for pinned memory */
418 struct list_head pin_list; /* list of pinned memory */