Home
last modified time | relevance | path

Searched refs:dasd_path_get_opm (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd.c1461 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1463 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1499 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1500 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1869 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1875 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3847 if (dasd_path_get_opm(device)) in dasd_generic_notify()
3865 oldopm = dasd_path_get_opm(device); in dasd_generic_path_event()
3893 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3905 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()
[all …]
H A Ddasd_erp.c100 cqr->lpm = dasd_path_get_opm(device); in dasd_default_erp_action()
H A Ddasd_3990_erp.c156 erp->lpm = dasd_path_get_opm(device) & in dasd_3990_erp_alternate_path()
277 erp->lpm = dasd_path_get_opm(erp->startdev); in dasd_3990_erp_action_1()
1931 erp->lpm = dasd_path_get_opm(erp->startdev); in dasd_3990_erp_compound_path()
2225 if (!(dasd_path_get_opm(device) & ~lpum)) { in dasd_3990_erp_disable_path()
H A Ddasd_eckd.c1155 if (!dasd_path_get_opm(device)) { in dasd_eckd_read_conf()
1225 __u8 lpm, opm = dasd_path_get_opm(device); in rebuild_device_uid()
1358 if (dasd_path_get_opm(device) && in do_path_verification_work()
1408 if (!dasd_path_get_opm(device) && opm) { in do_path_verification_work()
3469 cqr->lpm = dasd_path_get_opm(cqr->block->base); in dasd_eckd_handle_terminated_request()
6289 if (!(dasd_path_get_opm(device) & tbcpm)) in dasd_eckd_cuir_remove_path()
6291 if (!(dasd_path_get_opm(device) & ~tbcpm)) { in dasd_eckd_cuir_remove_path()
6389 if (!(dasd_path_get_opm(dev) & tbcpm)) { in dasd_eckd_cuir_resume()
6399 if (!(dasd_path_get_opm(dev) & tbcpm)) { in dasd_eckd_cuir_resume()
6413 if (!(dasd_path_get_opm(dev) & tbcpm)) { in dasd_eckd_cuir_resume()
[all …]
H A Ddasd_int.h1047 static inline __u8 dasd_path_get_opm(struct dasd_device *device) in dasd_path_get_opm() function
H A Ddasd_devmap.c1499 opm = dasd_path_get_opm(device); in dasd_pm_show()