Searched refs:doomed_exp (Results 1 – 1 of 1) sorted by relevance
1396 struct obd_export *doomed_exp = NULL; in obd_export_evict_by_nid() local1413 doomed_exp = cfs_hash_lookup(nid_hash, &nid_key); in obd_export_evict_by_nid()1414 if (doomed_exp == NULL) in obd_export_evict_by_nid()1417 LASSERTF(doomed_exp->exp_connection->c_peer.nid == nid_key, in obd_export_evict_by_nid()1419 obd_export_nid2str(doomed_exp), in obd_export_evict_by_nid()1421 LASSERTF(doomed_exp != obd->obd_self_export, in obd_export_evict_by_nid()1426 obd_uuid2str(&doomed_exp->exp_client_uuid), in obd_export_evict_by_nid()1427 obd_export_nid2str(doomed_exp)); in obd_export_evict_by_nid()1428 class_fail_export(doomed_exp); in obd_export_evict_by_nid()1429 class_export_put(doomed_exp); in obd_export_evict_by_nid()[all …]