Home
last modified time | relevance | path

Searched refs:cl_ownerstr_hashtbl (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dstate.h296 struct list_head *cl_ownerstr_hashtbl; member
Dnfs4state.c235 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked()
1685 clp->cl_ownerstr_hashtbl = kmalloc(sizeof(struct list_head) * in alloc_client()
1687 if (!clp->cl_ownerstr_hashtbl) in alloc_client()
1690 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client()
1727 kfree(clp->cl_ownerstr_hashtbl); in free_client()
3343 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner()
5225 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval], in find_lockowner_str_locked()
5290 &clp->cl_ownerstr_hashtbl[strhashval]); in alloc_init_lock_stateowner()
5847 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval], in nfsd4_release_lockowner()