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; ) {
330 next_oop = list_next(&bucketp->b_oo_hash_list, oop);
332 list_remove(&bucketp->b_oo_hash_list, oop);
714 list_insert_head(&bucketp->b_oo_hash_list, oop);
1471 list_insert_head(&bucketp->b_oo_hash_list, foop);
H A Dnfs4_client.c3133 foop = list_head(&bucketp->b_oo_hash_list);
3135 list_remove(&bucketp->b_oo_hash_list, foop);
3137 foop = list_head(&bucketp->b_oo_hash_list);
3139 list_destroy(&bucketp->b_oo_hash_list);
H A Dnfs4_vfsops.c2400 list_create(&bucketp->b_oo_hash_list,
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h322 list_t b_oo_hash_list; member in struct:nfs4_oo_hash_bucket

Completed in 113 milliseconds