Searched refs:dasd_smalloc_request (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/s390/block/ |
D | dasd_eckd.c | 887 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* RCD */, in dasd_eckd_read_conf_lpm() 1442 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* PSF */ + 1 /* RSSD */, in dasd_eckd_read_features() 1505 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* PSF */ , in dasd_eckd_build_psf_ssc() 1821 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, device, in dasd_eckd_analysis_ccw() 2102 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 0, itcw_size, startdev, in dasd_eckd_build_check_tcw() 2196 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, in dasd_eckd_build_check() 2342 fcp = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, in dasd_eckd_build_format() 3113 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, in dasd_eckd_build_cp_cmd_single() 3272 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, in dasd_eckd_build_cp_cmd_track() 3606 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 0, itcw_size, startdev, in dasd_eckd_build_cp_tpm_track() [all …]
|
D | dasd_fba.c | 359 cqr = dasd_smalloc_request(DASD_FBA_MAGIC, cplength, datasize, memdev, in dasd_fba_build_cp_discard() 494 cqr = dasd_smalloc_request(DASD_FBA_MAGIC, cplength, datasize, memdev, in dasd_fba_build_cp_regular()
|
D | dasd_eer.c | 475 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* SNSS */, in dasd_eer_enable()
|
D | dasd_diag.c | 539 cqr = dasd_smalloc_request(DASD_DIAG_MAGIC, 0, datasize, memdev, in dasd_diag_build_cp()
|
D | dasd_int.h | 702 dasd_smalloc_request(int, int, int, struct dasd_device *, struct dasd_ccw_req *);
|
D | dasd_alias.c | 410 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* PSF */ + 1 /* RSSD */, in read_unit_address_configuration()
|
D | dasd.c | 1232 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, int datasize, in dasd_smalloc_request() function 1272 EXPORT_SYMBOL(dasd_smalloc_request); 3991 cqr = dasd_smalloc_request(magic, 1 /* RDC */, rdc_buffer_size, device, in dasd_generic_build_rdc()
|