Lines Matching defs:genwqe_file
401 struct genwqe_file { struct
402 struct genwqe_dev *cd;
403 struct genwqe_driver *client;
404 struct file *filp;
406 struct fasync_struct *async_queue;
407 struct task_struct *owner;
408 struct list_head list; /* entry in list of open files */
410 spinlock_t map_lock; /* lock for dma_mappings */
411 struct list_head map_list; /* list of dma_mappings */
413 spinlock_t pin_lock; /* lock for pinned memory */
414 struct list_head pin_list; /* list of pinned memory */