Searched refs:tape_alloc_request (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/s390/char/ |
D | tape_std.c | 58 request = tape_alloc_request(2, 11); in tape_std_assign() 103 request = tape_alloc_request(2, 11); in tape_std_unassign() 129 request = tape_alloc_request(2, 17); in tape_std_display() 159 request = tape_alloc_request(3, 8); in tape_std_read_block_id() 271 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf() 296 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr() 328 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr() 358 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof() 383 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm() 408 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 | 674 tape_alloc_request(int cplength, int datasize) in tape_alloc_request() function 1320 EXPORT_SYMBOL(tape_alloc_request);
|