Searched refs:tape_alloc_request (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/s390/char/ |
D | tape_std.c | 59 request = tape_alloc_request(2, 11); in tape_std_assign() 104 request = tape_alloc_request(2, 11); in tape_std_unassign() 130 request = tape_alloc_request(2, 17); in tape_std_display() 160 request = tape_alloc_request(3, 8); in tape_std_read_block_id() 272 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf() 297 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr() 329 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr() 359 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof() 384 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm() 409 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsf() [all …]
|
D | tape_3590.c | 213 request = tape_alloc_request(2, sizeof(*order)); in tape_3592_kekl_query() 287 request = tape_alloc_request(1, sizeof(*order)); in tape_3592_kekl_set() 335 request = tape_alloc_request(2, 72); in __tape_3592_enable_crypt() 385 request = tape_alloc_request(2, 72); in __tape_3592_disable_crypt() 497 request = tape_alloc_request(1, 128); in tape_3590_sense_medium() 509 request = tape_alloc_request(1, 128); in tape_3590_sense_medium_async() 541 request = tape_alloc_request(3, 4); in tape_3590_mtseek() 598 request = tape_alloc_request(3, 4096); in tape_3590_read_attmsg_async() 1501 request = tape_alloc_request(1, sizeof(*rdc_data)); in tape_3590_read_dev_chars()
|
D | tape_34xx.c | 90 request = tape_alloc_request(1, 32); in tape_34xx_medium_sense() 107 request = tape_alloc_request(1, 32); in tape_34xx_medium_sense_async() 1096 request = tape_alloc_request(3, 4); in tape_34xx_mtseek()
|
D | tape.h | 235 extern struct tape_request *tape_alloc_request(int cplength, int datasize);
|
D | tape_core.c | 722 tape_alloc_request(int cplength, int datasize) in tape_alloc_request() function 1367 EXPORT_SYMBOL(tape_alloc_request);
|