Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c487 obd->obd_uuid_hash = NULL; in class_setup()
493 obd->obd_uuid_hash = cfs_hash_create("UUID_HASH", in class_setup()
500 if (!obd->obd_uuid_hash) { in class_setup()
562 if (obd->obd_uuid_hash) { in class_setup()
563 cfs_hash_putref(obd->obd_uuid_hash); in class_setup()
564 obd->obd_uuid_hash = NULL; in class_setup()
686 if (obd->obd_uuid_hash) { in class_cleanup()
687 cfs_hash_putref(obd->obd_uuid_hash); in class_cleanup()
688 obd->obd_uuid_hash = NULL; in class_cleanup()
Dgenops.c866 hash = cfs_hash_getref(obd->obd_uuid_hash); in class_new_export()
919 cfs_hash_del(exp->exp_obd->obd_uuid_hash, in class_unlink_export()
1454 uuid_hash = obd->obd_uuid_hash; in obd_export_evict_by_uuid()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h841 struct cfs_hash *obd_uuid_hash; member