Searched refs:exp_uuid_hash (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 755 INIT_HLIST_NODE(&export->exp_uuid_hash); in class_new_export() 779 rc = cfs_hash_add_unique(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 790 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 808 LASSERT(hlist_unhashed(&export->exp_uuid_hash)); in class_new_export() 821 if (!hlist_unhashed(&exp->exp_uuid_hash)) in class_unlink_export() 824 &exp->exp_uuid_hash); in class_unlink_export()
|
D | obd_config.c | 1431 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_key() 1446 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_keycmp() 1455 return hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_export_object() 1463 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_export_get() 1472 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_export_put_locked()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_export.h | 149 struct hlist_node exp_uuid_hash; /** uuid-export hash*/ member
|