Searched refs:sd_zbc_complete (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sd.h | 224 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, 254 static inline unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, in sd_zbc_complete() function
|
H A D | sd_zbc.c | 336 /* Unlock of the write lock will happen in sd_zbc_complete() */ in sd_zbc_prepare_zone_append() 437 * Called from sd_zbc_complete() to handle the update of the cached zone write 505 * sd_zbc_complete - ZBC command post processing. 513 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, in sd_zbc_complete() function
|
H A D | sd.c | 2144 good_bytes = sd_zbc_complete(SCpnt, good_bytes, &sshdr); in sd_done()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sd.h | 250 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, 279 static inline unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, in sd_zbc_complete() function
|
H A D | sd_zbc.c | 427 /* Unlock of the write lock will happen in sd_zbc_complete() */ in sd_zbc_prepare_zone_append() 528 * Called from sd_zbc_complete() to handle the update of the cached zone write 598 * sd_zbc_complete - ZBC command post processing. 606 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, in sd_zbc_complete() function
|
H A D | sd.c | 2222 good_bytes = sd_zbc_complete(SCpnt, good_bytes, &sshdr); in sd_done()
|
Completed in 23 milliseconds