Searched refs:nullb_cmd (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | null_blk.h | 16 struct nullb_cmd { struct 33 struct nullb_cmd *cmds; 97 blk_status_t null_process_cmd(struct nullb_cmd *cmd, 107 blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, 124 static inline blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, in null_process_zoned_cmd()
|
H A D | main.c | 635 static void free_cmd(struct nullb_cmd *cmd) in free_cmd() 642 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd() 644 struct nullb_cmd *cmd; in __alloc_cmd() 664 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd() 666 struct nullb_cmd *cmd; in alloc_cmd() 686 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() 705 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 710 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer() 1146 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq() 1180 static int null_handle_bio(struct nullb_cmd *cm [all...] |
H A D | trace.h | 34 TP_PROTO(struct nullb_cmd *cmd, unsigned int zone_no,
|
H A D | zoned.c | 333 static blk_status_t null_zone_write(struct nullb_cmd *cmd, sector_t sector, in null_zone_write() 536 static blk_status_t null_zone_mgmt(struct nullb_cmd *cmd, enum req_opf op, in null_zone_mgmt() 589 blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, enum req_opf op, in null_process_zoned_cmd()
|
/kernel/linux/linux-6.6/drivers/block/null_blk/ |
H A D | null_blk.h | 18 struct nullb_cmd { struct 40 struct nullb_cmd *cmds; 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 D | main.c | 776 static void free_cmd(struct nullb_cmd *cmd) in free_cmd() 783 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd() 785 struct nullb_cmd *cmd; in __alloc_cmd() 805 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, struct bio *bio) in alloc_cmd() 807 struct nullb_cmd *cmd; in alloc_cmd() 826 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() 845 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 850 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer() 1274 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq() 1301 static int null_handle_bio(struct nullb_cmd *cm [all...] |
H A D | trace.h | 34 TP_PROTO(struct nullb_cmd *cmd, unsigned int zone_no,
|
H A D | zoned.c | 363 static blk_status_t null_zone_write(struct nullb_cmd *cmd, sector_t sector, in null_zone_write() 599 static blk_status_t null_zone_mgmt(struct nullb_cmd *cmd, enum req_op op, in null_zone_mgmt() 661 blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, enum req_op op, in null_process_zoned_cmd()
|
Completed in 8 milliseconds