Searched refs:cl_ownerstr_hashtbl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | state.h | 315 struct list_head *cl_ownerstr_hashtbl; member
|
H A D | nfs4state.c | 378 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked() 1973 clp->cl_ownerstr_hashtbl = kmalloc_array(OWNER_HASH_SIZE, in alloc_client() 1976 if (!clp->cl_ownerstr_hashtbl) in alloc_client() 1979 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client() 2010 kfree(clp->cl_ownerstr_hashtbl); in __free_client() 2121 list_for_each_entry_safe(so, tmp, &clp->cl_ownerstr_hashtbl[i], in __destroy_client() 4236 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner() 6447 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval], in find_lockowner_str_locked() 6511 &clp->cl_ownerstr_hashtbl[strhashval]); in alloc_init_lock_stateowner() 7137 list_for_each_entry(sop, &clp->cl_ownerstr_hashtbl[hashva in nfsd4_release_lockowner() [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | state.h | 338 struct list_head *cl_ownerstr_hashtbl; member
|
H A D | nfs4state.c | 549 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked() 2098 clp->cl_ownerstr_hashtbl = kmalloc_array(OWNER_HASH_SIZE, in alloc_client() 2101 if (!clp->cl_ownerstr_hashtbl) in alloc_client() 2104 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client() 2138 kfree(clp->cl_ownerstr_hashtbl); in __free_client() 2251 list_for_each_entry_safe(so, tmp, &clp->cl_ownerstr_hashtbl[i], in __destroy_client() 4498 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner() 6038 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[i], in nfs4_anylock_blockers() 7240 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashval], in find_lockowner_str_locked() 7304 &clp->cl_ownerstr_hashtbl[strhashva in alloc_init_lock_stateowner() [all...] |
Completed in 25 milliseconds