Home
last modified time | relevance | path

Searched refs:b_oo_hash_list (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c314 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()
H A Dnfs4_client.c3117 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()
3119 list_remove(&bucketp->b_oo_hash_list, foop); in nfs_free_mi4()
3121 foop = list_head(&bucketp->b_oo_hash_list); in nfs_free_mi4()
3123 list_destroy(&bucketp->b_oo_hash_list); in nfs_free_mi4()
H A Dnfs4_vfsops.c2404 list_create(&bucketp->b_oo_hash_list, in nfs4rootvp()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h322 list_t b_oo_hash_list; member