Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.c887 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 …]
Ddasd_fba.c359 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()
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.c410 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);
3991 cqr = dasd_smalloc_request(magic, 1 /* RDC */, rdc_buffer_size, device, in dasd_generic_build_rdc()