Home
last modified time | relevance | path

Searched refs:nullb_cmd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/block/null_blk/
H A Dnull_blk.h18 struct nullb_cmd { struct
40 struct nullb_cmd *cmds; argument
146 blk_status_t null_process_cmd(struct nullb_cmd *cmd, enum req_op op,
155 blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, enum req_op op,
173 static inline blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, in null_process_zoned_cmd()
H A Dmain.c792 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
799 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
801 struct nullb_cmd *cmd; in __alloc_cmd()
821 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, struct bio *bio) in alloc_cmd()
823 struct nullb_cmd *cmd; in alloc_cmd()
842 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
861 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
866 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
1290 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq()
1317 static int null_handle_bio(struct nullb_cmd *cmd) in null_handle_bio()
[all …]
H A Dtrace.h34 TP_PROTO(struct nullb_cmd *cmd, unsigned int zone_no,
H A Dzoned.c374 static blk_status_t null_zone_write(struct nullb_cmd *cmd, sector_t sector, in null_zone_write()
610 static blk_status_t null_zone_mgmt(struct nullb_cmd *cmd, enum req_op op, in null_zone_mgmt()
672 blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, enum req_op op, in null_process_zoned_cmd()