Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dnull_blk.h13 struct nullb_cmd { struct
32 struct nullb_cmd *cmds; argument
91 void null_zone_write(struct nullb_cmd *cmd, sector_t sector,
93 void null_zone_reset(struct nullb_cmd *cmd, sector_t sector);
105 static inline void null_zone_write(struct nullb_cmd *cmd, sector_t sector, in null_zone_write()
109 static inline void null_zone_reset(struct nullb_cmd *cmd, sector_t sector) {} in null_zone_reset()
Dnull_blk_main.c557 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
564 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
566 struct nullb_cmd *cmd; in __alloc_cmd()
585 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
587 struct nullb_cmd *cmd; in alloc_cmd()
607 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
643 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
648 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
1065 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq()
1099 static int null_handle_bio(struct nullb_cmd *cmd) in null_handle_bio()
[all …]
Dnull_blk_zoned.c101 void null_zone_write(struct nullb_cmd *cmd, sector_t sector, in null_zone_write()
135 void null_zone_reset(struct nullb_cmd *cmd, sector_t sector) in null_zone_reset()