Home
last modified time | relevance | path

Searched refs:nid_hash (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1837 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,
Dgenops.c1395 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()
Dlprocfs_status.c1025 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/
Dlustre_export.h115 struct hlist_node nid_hash; member