Searched refs:b_oo_hash_list (Results 1 – 4 of 4) sorted by relevance
314 for (oop = list_head(&bucketp->b_oo_hash_list); oop != NULL; ) { in find_open_owner_nolock()330 next_oop = list_next(&bucketp->b_oo_hash_list, oop); in find_open_owner_nolock()332 list_remove(&bucketp->b_oo_hash_list, oop); in find_open_owner_nolock()714 list_insert_head(&bucketp->b_oo_hash_list, oop); in create_open_owner()1471 list_insert_head(&bucketp->b_oo_hash_list, foop); in find_freed_open_owner()
3116 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()3118 list_remove(&bucketp->b_oo_hash_list, foop); in nfs_free_mi4()3120 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()3122 list_destroy(&bucketp->b_oo_hash_list); in nfs_free_mi4()
2404 list_create(&bucketp->b_oo_hash_list, in nfs4rootvp()
322 list_t b_oo_hash_list; member