Lines Matching defs:hash
79 long hash)
83 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node)
172 const struct nfs4_deviceid *id, long hash)
178 hash);
190 long hash = nfs4_deviceid_hash(id);
193 d = __nfs4_find_get_deviceid(server, id, hash);
202 d = __nfs4_find_get_deviceid(server, id, hash);
208 hlist_add_head_rcu(&new->node, &nfs4_deviceid_cache[hash]);
324 _deviceid_purge_client(const struct nfs_client *clp, long hash)
331 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node)