Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h178 struct hlist_node exp_nid_hash; /** nid-export hash */ member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1847 exp = hlist_entry(hnode, struct obd_export, exp_nid_hash); in nid_key()
1862 exp = hlist_entry(hnode, struct obd_export, exp_nid_hash); in nid_kepcmp()
1871 return hlist_entry(hnode, struct obd_export, exp_nid_hash); in nid_export_object()
1879 exp = hlist_entry(hnode, struct obd_export, exp_nid_hash); in nid_export_get()
1888 exp = hlist_entry(hnode, struct obd_export, exp_nid_hash); in nid_export_put_locked()
Dgenops.c850 INIT_HLIST_NODE(&export->exp_nid_hash); in class_new_export()
1197 LASSERT(hlist_unhashed(&export->exp_nid_hash)); in class_disconnect()
1204 if (!hlist_unhashed(&export->exp_nid_hash)) in class_disconnect()
1207 &export->exp_nid_hash); in class_disconnect()