Searched refs:nid_hash (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1837 nid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in nid_hash() function 1893 .hs_hash = nid_hash, 1911 ns = hlist_entry(hnode, struct nid_stat, nid_hash); in nidstats_key() 1925 return hlist_entry(hnode, struct nid_stat, nid_hash); in nidstats_object() 1933 ns = hlist_entry(hnode, struct nid_stat, nid_hash); in nidstats_get() 1942 ns = hlist_entry(hnode, struct nid_stat, nid_hash); in nidstats_put_locked() 1947 .hs_hash = nid_hash,
|
D | genops.c | 1395 struct cfs_hash *nid_hash; in obd_export_evict_by_nid() local 1408 nid_hash = obd->obd_nid_hash; in obd_export_evict_by_nid() 1409 cfs_hash_getref(nid_hash); in obd_export_evict_by_nid() 1413 doomed_exp = cfs_hash_lookup(nid_hash, &nid_key); in obd_export_evict_by_nid() 1432 cfs_hash_putref(nid_hash); in obd_export_evict_by_nid()
|
D | lprocfs_status.c | 1025 cfs_hash_del(hash, &stat->nid, &stat->nid_hash); in lprocfs_free_per_client_stats() 1694 nid, &new_stat->nid_hash); in lprocfs_exp_setup() 1762 cfs_hash_del(obd->obd_nid_stats_hash, nid, &new_stat->nid_hash); in lprocfs_exp_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_export.h | 115 struct hlist_node nid_hash; member
|