Searched refs:cl_ownerstr_hashtbl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/nfsd/ |
D | state.h | 300 struct list_head *cl_ownerstr_hashtbl; member
|
D | nfs4state.c | 354 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked() 1810 clp->cl_ownerstr_hashtbl = kmalloc_array(OWNER_HASH_SIZE, in alloc_client() 1813 if (!clp->cl_ownerstr_hashtbl) in alloc_client() 1816 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client() 1853 kfree(clp->cl_ownerstr_hashtbl); in free_client() 1937 list_for_each_entry_safe(so, tmp, &clp->cl_ownerstr_hashtbl[i], in __destroy_client() 3597 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner() 5697 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval], in find_lockowner_str_locked() 5761 &clp->cl_ownerstr_hashtbl[strhashval]); in alloc_init_lock_stateowner() 6372 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashval], in nfsd4_release_lockowner()
|