Lines Matching refs:dasd_path_get_opm
1408 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1410 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1439 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1440 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1731 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1737 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3733 if (dasd_path_get_opm(device)) in dasd_generic_notify()
3751 oldopm = dasd_path_get_opm(device); in dasd_generic_path_event()
3779 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3791 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()
3800 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
3815 if (!dasd_path_get_opm(device) && lpm) { in dasd_generic_verify_path()