Lines Matching refs:dasd_path_get_opm
1400 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1402 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1438 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1439 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1808 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1814 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3754 if (dasd_path_get_opm(device)) in dasd_generic_notify()
3772 oldopm = dasd_path_get_opm(device); in dasd_generic_path_event()
3804 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3816 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()
3825 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
3841 if (!dasd_path_get_opm(device) && lpm) { in dasd_generic_verify_path()