Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h451 struct list_head *cl_ownerstr_hashtbl; member
H A Dnfs4state.c552 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str()
2360 clp->cl_ownerstr_hashtbl = kmalloc_objs(struct list_head, in alloc_client()
2362 if (!clp->cl_ownerstr_hashtbl) in alloc_client()
2369 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client()
2391 kfree(clp->cl_ownerstr_hashtbl); in alloc_client()
2406 kfree(clp->cl_ownerstr_hashtbl); in __free_client()
2532 list_for_each_entry_safe(so, tmp, &clp->cl_ownerstr_hashtbl[i], in __destroy_client()
4985 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner()
6792 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[i], in nfs4_anylock_blockers()
8058 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[strhashva in find_lockowner_str_locked()
[all...]