Lines Matching refs:hashval
371 find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str_locked() argument
378 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked()
389 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str() argument
395 oo = find_openstateowner_str_locked(hashval, open, clp); in find_openstateowner_str()
4063 static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval, in nfsd4_init_file() argument
4083 hlist_add_head_rcu(&fp->fi_hash, &file_hashtbl[hashval]); in nfsd4_init_file()
4417 find_file_locked(struct knfsd_fh *fh, unsigned int hashval) in find_file_locked() argument
4421 hlist_for_each_entry_rcu(fp, &file_hashtbl[hashval], fi_hash, in find_file_locked()
4435 unsigned int hashval = file_hashval(fh); in find_file() local
4438 fp = find_file_locked(fh, hashval); in find_file()
4447 unsigned int hashval = file_hashval(fh); in find_or_add_file() local
4450 fp = find_file_locked(fh, hashval); in find_or_add_file()
4456 fp = find_file_locked(fh, hashval); in find_or_add_file()
4458 nfsd4_init_file(fh, hashval, new); in find_or_add_file()
7087 unsigned int hashval = ownerstr_hashval(owner); in nfsd4_release_lockowner() local
7103 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval], in nfsd4_release_lockowner()