Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dnull_blk.h16 struct nullb_cmd { struct
35 struct nullb_cmd *cmds; argument
96 blk_status_t null_handle_zoned(struct nullb_cmd *cmd,
112 static inline blk_status_t null_handle_zoned(struct nullb_cmd *cmd, in null_handle_zoned()
Dnull_blk_zoned.c87 static blk_status_t null_zone_write(struct nullb_cmd *cmd, sector_t sector, in null_zone_write()
121 static blk_status_t null_zone_reset(struct nullb_cmd *cmd, sector_t sector) in null_zone_reset()
150 blk_status_t null_handle_zoned(struct nullb_cmd *cmd, enum req_opf op, in null_handle_zoned()
Dnull_blk_main.c566 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
573 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
575 struct nullb_cmd *cmd; in __alloc_cmd()
594 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
596 struct nullb_cmd *cmd; in alloc_cmd()
616 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
635 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
640 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
1052 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq()
1086 static int null_handle_bio(struct nullb_cmd *cmd) in null_handle_bio()
[all …]