Lines Matching refs:nullb_cmd

776 static void free_cmd(struct nullb_cmd *cmd)  in free_cmd()
783 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
785 struct nullb_cmd *cmd; in __alloc_cmd()
805 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, struct bio *bio) in alloc_cmd()
807 struct nullb_cmd *cmd; in alloc_cmd()
826 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
845 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
850 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
1274 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq()
1301 static int null_handle_bio(struct nullb_cmd *cmd) in null_handle_bio()
1343 static inline blk_status_t null_handle_throttled(struct nullb_cmd *cmd) in null_handle_throttled()
1364 static inline blk_status_t null_handle_badblocks(struct nullb_cmd *cmd, in null_handle_badblocks()
1378 static inline blk_status_t null_handle_memory_backed(struct nullb_cmd *cmd, in null_handle_memory_backed()
1397 static void nullb_zero_read_cmd_buffer(struct nullb_cmd *cmd) in nullb_zero_read_cmd_buffer()
1413 static inline void nullb_complete_cmd(struct nullb_cmd *cmd) in nullb_complete_cmd()
1449 blk_status_t null_process_cmd(struct nullb_cmd *cmd, enum req_op op, in null_process_cmd()
1467 static blk_status_t null_handle_cmd(struct nullb_cmd *cmd, sector_t sector, in null_handle_cmd()
1550 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(rq); in should_timeout_request()
1558 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(rq); in should_requeue_request()
1655 struct nullb_cmd *cmd; in null_poll()
1675 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(rq); in null_timeout_rq()
1709 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(rq); in null_queue_rq()
1879 struct nullb_cmd *cmd; in setup_commands()
1993 set->cmd_size = sizeof(struct nullb_cmd); in null_init_tag_set()