Lines Matching refs:nullb_cmd
727 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
734 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
736 struct nullb_cmd *cmd; in __alloc_cmd()
756 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, struct bio *bio) in alloc_cmd()
758 struct nullb_cmd *cmd; in alloc_cmd()
777 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
796 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
801 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
1240 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq()
1267 static int null_handle_bio(struct nullb_cmd *cmd) in null_handle_bio()
1309 static inline blk_status_t null_handle_throttled(struct nullb_cmd *cmd) in null_handle_throttled()
1330 static inline blk_status_t null_handle_badblocks(struct nullb_cmd *cmd, in null_handle_badblocks()
1344 static inline blk_status_t null_handle_memory_backed(struct nullb_cmd *cmd, in null_handle_memory_backed()
1363 static void nullb_zero_read_cmd_buffer(struct nullb_cmd *cmd) in nullb_zero_read_cmd_buffer()
1379 static inline void nullb_complete_cmd(struct nullb_cmd *cmd) in nullb_complete_cmd()
1416 blk_status_t null_process_cmd(struct nullb_cmd *cmd, enum req_op op, in null_process_cmd()
1434 static blk_status_t null_handle_cmd(struct nullb_cmd *cmd, sector_t sector, in null_handle_cmd()
1595 struct nullb_cmd *cmd; in null_poll()
1615 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(rq); in null_timeout_rq()
1643 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(bd->rq); in null_queue_rq()
1816 struct nullb_cmd *cmd; in setup_commands()
1930 set->cmd_size = sizeof(struct nullb_cmd); in null_init_tag_set()