Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h315 struct list_head *cl_ownerstr_hashtbl; member
H A Dnfs4state.c378 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked()
1962 clp->cl_ownerstr_hashtbl = kmalloc_array(OWNER_HASH_SIZE, in alloc_client()
1965 if (!clp->cl_ownerstr_hashtbl) in alloc_client()
1968 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client()
1999 kfree(clp->cl_ownerstr_hashtbl); in __free_client()
2110 list_for_each_entry_safe(so, tmp, &clp->cl_ownerstr_hashtbl[i], in __destroy_client()
4221 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner()
6434 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval], in find_lockowner_str_locked()
6498 &clp->cl_ownerstr_hashtbl[strhashval]); in alloc_init_lock_stateowner()
7124 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval], in nfsd4_release_lockowner()