Lines Matching refs:dasd_path_get_opm
1402 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1404 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1440 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1441 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1814 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1820 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3752 if (dasd_path_get_opm(device)) in dasd_generic_notify()
3770 oldopm = dasd_path_get_opm(device); in dasd_generic_path_event()
3802 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3814 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()
3823 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
3839 if (!dasd_path_get_opm(device) && lpm) { in dasd_generic_verify_path()