Searched refs:tape_alloc_request (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/s390/char/ |
D | tape_std.c | 60 request = tape_alloc_request(2, 11); in tape_std_assign() 109 request = tape_alloc_request(2, 11); in tape_std_unassign() 135 request = tape_alloc_request(2, 17); in tape_std_display() 165 request = tape_alloc_request(3, 8); in tape_std_read_block_id() 277 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf() 302 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr() 334 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr() 364 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof() 389 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm() 414 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsf() [all …]
|
D | tape_3590.c | 212 request = tape_alloc_request(2, sizeof(*order)); in tape_3592_kekl_query() 286 request = tape_alloc_request(1, sizeof(*order)); in tape_3592_kekl_set() 339 request = tape_alloc_request(2, 72); in __tape_3592_enable_crypt() 389 request = tape_alloc_request(2, 72); in __tape_3592_disable_crypt() 501 request = tape_alloc_request(1, 128); in tape_3590_sense_medium() 513 request = tape_alloc_request(1, 128); in tape_3590_sense_medium_async() 545 request = tape_alloc_request(3, 4); in tape_3590_mtseek() 602 request = tape_alloc_request(3, 4096); in tape_3590_read_attmsg_async() 1505 request = tape_alloc_request(1, sizeof(*rdc_data)); in tape_3590_read_dev_chars()
|
D | tape_34xx.c | 89 request = tape_alloc_request(1, 32); in tape_34xx_medium_sense() 106 request = tape_alloc_request(1, 32); in tape_34xx_medium_sense_async() 1095 request = tape_alloc_request(3, 4); in tape_34xx_mtseek()
|
D | tape.h | 233 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 1372 EXPORT_SYMBOL(tape_alloc_request);
|