Lines Matching defs:hash
81 long hash)
85 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node)
174 const struct nfs4_deviceid *id, long hash)
180 hash);
192 long hash = nfs4_deviceid_hash(id);
195 d = __nfs4_find_get_deviceid(server, id, hash);
206 d = __nfs4_find_get_deviceid(server, id, hash);
212 hlist_add_head_rcu(&new->node, &nfs4_deviceid_cache[hash]);
331 _deviceid_purge_client(const struct nfs_client *clp, long hash)
338 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node)