Lines Matching defs:ublk_queue
136 struct ublk_queue { struct
137 int q_id;
138 int q_depth;
140 unsigned long flags;
141 struct task_struct *ubq_daemon;
142 char *io_cmd_buf;
144 struct llist_head io_cmds;
146 unsigned long io_addr; /* mapped vm address */
147 unsigned int max_io_sz;
148 bool force_abort;
149 bool timeout;
150 bool canceling;
151 bool fail_io; /* copy of dev->state == UBLK_S_DEV_FAIL_IO */
152 unsigned short nr_io_ready; /* how many ios setup */
153 spinlock_t cancel_lock;
154 struct ublk_device *dev;
155 struct ublk_io ios[];