Searched refs:tape_do_io (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/s390/char/ |
D | tape.h | 237 extern int tape_do_io(struct tape_device *, struct tape_request *); 247 rc = tape_do_io(device, request); in tape_do_io_free()
|
D | tape_std.c | 111 if ((rc = tape_do_io(device, request)) != 0) { in tape_std_unassign() 168 rc = tape_do_io(device, request); in tape_std_read_block_id() 307 rc = tape_do_io(device, request); in tape_std_mtfsr() 339 rc = tape_do_io(device, request); in tape_std_mtbsr()
|
D | tape_char.c | 170 rc = tape_do_io(device, request); in tapechar_read() 231 rc = tape_do_io(device, request); in tapechar_write()
|
D | tape_core.c | 962 tape_do_io(struct tape_device *device, struct tape_request *request) in tape_do_io() function 1323 EXPORT_SYMBOL(tape_do_io);
|
D | tape_3590.c | 226 rc = tape_do_io(device, request); in tape_3592_kekl_query() 1507 rc = tape_do_io(device, request); in tape_3590_read_dev_chars()
|