Searched defs:ublk_queue (Results 1 – 2 of 2) sorted by relevance
158 struct ublk_queue { struct180 struct ublk_queue q[UBLK_MAX_QUEUES]; argument
146 struct ublk_queue { struct147 int q_id;148 int q_depth;150 unsigned long flags;151 struct task_struct *ubq_daemon;152 struct ublksrv_io_desc *io_cmd_buf;154 bool force_abort;155 bool timeout;156 bool canceling;157 bool fail_io; /* copy of dev->state == UBLK_S_DEV_FAIL_IO */[all …]