nullb_cmd          35 drivers/block/null_blk.h 	struct nullb_cmd *cmds;
nullb_cmd          96 drivers/block/null_blk.h blk_status_t null_handle_zoned(struct nullb_cmd *cmd,
nullb_cmd         112 drivers/block/null_blk.h static inline blk_status_t null_handle_zoned(struct nullb_cmd *cmd,
nullb_cmd         566 drivers/block/null_blk_main.c static void free_cmd(struct nullb_cmd *cmd)
nullb_cmd         573 drivers/block/null_blk_main.c static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq)
nullb_cmd         575 drivers/block/null_blk_main.c 	struct nullb_cmd *cmd;
nullb_cmd         595 drivers/block/null_blk_main.c static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait)
nullb_cmd         597 drivers/block/null_blk_main.c 	struct nullb_cmd *cmd;
nullb_cmd         617 drivers/block/null_blk_main.c static void end_cmd(struct nullb_cmd *cmd)
nullb_cmd         636 drivers/block/null_blk_main.c 	end_cmd(container_of(timer, struct nullb_cmd, timer));
nullb_cmd         641 drivers/block/null_blk_main.c static void null_cmd_end_timer(struct nullb_cmd *cmd)
nullb_cmd        1053 drivers/block/null_blk_main.c static int null_handle_rq(struct nullb_cmd *cmd)
nullb_cmd        1087 drivers/block/null_blk_main.c static int null_handle_bio(struct nullb_cmd *cmd)
nullb_cmd        1137 drivers/block/null_blk_main.c static inline blk_status_t null_handle_throttled(struct nullb_cmd *cmd)
nullb_cmd        1158 drivers/block/null_blk_main.c static inline blk_status_t null_handle_badblocks(struct nullb_cmd *cmd,
nullb_cmd        1172 drivers/block/null_blk_main.c static inline blk_status_t null_handle_memory_backed(struct nullb_cmd *cmd,
nullb_cmd        1186 drivers/block/null_blk_main.c static inline void nullb_complete_cmd(struct nullb_cmd *cmd)
nullb_cmd        1212 drivers/block/null_blk_main.c static blk_status_t null_handle_cmd(struct nullb_cmd *cmd, sector_t sector,
nullb_cmd        1290 drivers/block/null_blk_main.c 	struct nullb_cmd *cmd;
nullb_cmd        1327 drivers/block/null_blk_main.c 	struct nullb_cmd *cmd = blk_mq_rq_to_pdu(bd->rq);
nullb_cmd        1473 drivers/block/null_blk_main.c 	struct nullb_cmd *cmd;
nullb_cmd        1566 drivers/block/null_blk_main.c 	set->cmd_size	= sizeof(struct nullb_cmd);
nullb_cmd          91 drivers/block/null_blk_zoned.c static blk_status_t null_zone_write(struct nullb_cmd *cmd, sector_t sector,
nullb_cmd         125 drivers/block/null_blk_zoned.c static blk_status_t null_zone_reset(struct nullb_cmd *cmd, sector_t sector)
nullb_cmd         154 drivers/block/null_blk_zoned.c blk_status_t null_handle_zoned(struct nullb_cmd *cmd, enum req_opf op,