Searched refs:tape_do_io_free (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/s390/char/ |
H A D | tape_std.c | 284 return tape_do_io_free(device, request); in tape_std_mtfsf() 371 return tape_do_io_free(device, request); in tape_std_mtweof() 396 return tape_do_io_free(device, request); in tape_std_mtbsfm() 420 rc = tape_do_io_free(device, request); in tape_std_mtbsf() 451 rc = tape_do_io_free(device, request); in tape_std_mtfsfm() 480 return tape_do_io_free(device, request); in tape_std_mtrew() 502 return tape_do_io_free(device, request); in tape_std_mtoffl() 521 return tape_do_io_free(device, request); in tape_std_mtnop() 600 return tape_do_io_free(device, request); in tape_std_mterase() 637 return tape_do_io_free(devic in tape_std_mtcompression() [all...] |
H A D | tape_3590.c | 300 return tape_do_io_free(device, request); in tape_3592_kekl_set() 363 return tape_do_io_free(device, request); in tape_3592_enable_crypt() 411 return tape_do_io_free(device, request); in tape_3592_disable_crypt() 503 return tape_do_io_free(device, request); in tape_3590_sense_medium() 550 return tape_do_io_free(device, request); in tape_3590_mtseek()
|
H A D | tape.h | 243 tape_do_io_free(struct tape_device *device, struct tape_request *request) in tape_do_io_free() function
|
H A D | tape_34xx.c | 1114 return tape_do_io_free(device, request); in tape_34xx_mtseek()
|