Lines Matching refs:hashval
228 find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str_locked() argument
235 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked()
246 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str() argument
252 oo = find_openstateowner_str_locked(hashval, open, clp); in find_openstateowner_str()
3241 static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval, in nfsd4_init_file() argument
3261 hlist_add_head_rcu(&fp->fi_hash, &file_hashtbl[hashval]); in nfsd4_init_file()
3524 find_file_locked(struct knfsd_fh *fh, unsigned int hashval) in find_file_locked() argument
3528 hlist_for_each_entry_rcu(fp, &file_hashtbl[hashval], fi_hash) { in find_file_locked()
3541 unsigned int hashval = file_hashval(fh); in find_file() local
3544 fp = find_file_locked(fh, hashval); in find_file()
3553 unsigned int hashval = file_hashval(fh); in find_or_add_file() local
3556 fp = find_file_locked(fh, hashval); in find_or_add_file()
3562 fp = find_file_locked(fh, hashval); in find_or_add_file()
3564 nfsd4_init_file(fh, hashval, new); in find_or_add_file()
5910 unsigned int hashval = ownerstr_hashval(owner); in nfsd4_release_lockowner() local
5925 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval], in nfsd4_release_lockowner()