Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1446 struct obd_uuid doomed_uuid; in obd_export_evict_by_uuid() local
1458 obd_str2uuid(&doomed_uuid, uuid); in obd_export_evict_by_uuid()
1459 if (obd_uuid_equals(&doomed_uuid, &obd->obd_uuid)) { in obd_export_evict_by_uuid()
1465 doomed_exp = cfs_hash_lookup(uuid_hash, &doomed_uuid); in obd_export_evict_by_uuid()