Home
last modified time | relevance | path

Searched refs:dasd_smalloc_request (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/s390/block/
Ddasd_eckd.c887 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* RCD */, in dasd_eckd_read_conf_lpm()
1443 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* PSF */ + 1 /* RSSD */, in dasd_eckd_read_features()
1506 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* PSF */ , in dasd_eckd_build_psf_ssc()
1807 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, device, in dasd_eckd_analysis_ccw()
2088 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 0, itcw_size, startdev, in dasd_eckd_build_check_tcw()
2182 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, in dasd_eckd_build_check()
2328 fcp = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, in dasd_eckd_build_format()
3099 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, in dasd_eckd_build_cp_cmd_single()
3258 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, in dasd_eckd_build_cp_cmd_track()
3592 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 0, itcw_size, startdev, in dasd_eckd_build_cp_tpm_track()
[all …]
Ddasd_fba.c360 cqr = dasd_smalloc_request(DASD_FBA_MAGIC, cplength, datasize, memdev, in dasd_fba_build_cp_discard()
495 cqr = dasd_smalloc_request(DASD_FBA_MAGIC, cplength, datasize, memdev, in dasd_fba_build_cp_regular()
Ddasd_eer.c475 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* SNSS */, in dasd_eer_enable()
Ddasd_diag.c539 cqr = dasd_smalloc_request(DASD_DIAG_MAGIC, 0, datasize, memdev, in dasd_diag_build_cp()
Ddasd_int.h702 dasd_smalloc_request(int, int, int, struct dasd_device *, struct dasd_ccw_req *);
Ddasd_alias.c424 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, 1 /* PSF */ + 1 /* RSSD */, in read_unit_address_configuration()
Ddasd.c1232 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, int datasize, in dasd_smalloc_request() function
1272 EXPORT_SYMBOL(dasd_smalloc_request);
3968 cqr = dasd_smalloc_request(magic, 1 /* RDC */, rdc_buffer_size, device, in dasd_generic_build_rdc()