Searched refs:cl_ownerstr_hashtbl (Results 1 – 2 of 2) sorted by relevance
525 struct list_head *cl_ownerstr_hashtbl; member
591 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str()2719 clp->cl_ownerstr_hashtbl = kmalloc_objs(struct list_head, in alloc_client()2721 if (!clp->cl_ownerstr_hashtbl) in alloc_client()2728 INIT_LIST_HEAD(&clp->cl_ownerstr_hashtbl[i]); in alloc_client()2754 kfree(clp->cl_ownerstr_hashtbl); in alloc_client()2769 kfree(clp->cl_ownerstr_hashtbl); in __free_client()2906 while (!list_empty(&clp->cl_ownerstr_hashtbl[i])) { in __destroy_client()2907 so = list_first_entry(&clp->cl_ownerstr_hashtbl[i], in __destroy_client()5636 &clp->cl_ownerstr_hashtbl[strhashval]); in hash_openowner()7479 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[i], in nfs4_anylock_blockers()[all …]