Searched refs:exp_uuid_hash (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 849 INIT_HLIST_NODE(&export->exp_uuid_hash); in class_new_export() 874 rc = cfs_hash_add_unique(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 885 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 905 LASSERT(hlist_unhashed(&export->exp_uuid_hash)); in class_new_export() 918 if (!hlist_unhashed(&exp->exp_uuid_hash)) in class_unlink_export() 921 &exp->exp_uuid_hash); in class_unlink_export()
|
D | obd_config.c | 1777 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_key() 1792 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_keycmp() 1801 return hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_export_object() 1809 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_export_get() 1818 exp = hlist_entry(hnode, struct obd_export, exp_uuid_hash); in uuid_export_put_locked()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_export.h | 177 struct hlist_node exp_uuid_hash; /** uuid-export hash*/ member
|