Searched refs:r_open_streams (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c156 while ((osp = list_head(&rp->r_open_streams)) != NULL) {
158 list_remove(&rp->r_open_streams, osp);
237 list_remove(&rp->r_open_streams, osp);
379 for (osp = list_head(&rp->r_open_streams); osp != NULL;
380 osp = list_next(&rp->r_open_streams, osp)) {
765 list_insert_head(&rp->r_open_streams, osp);
1642 next_osp = list_next(&rp->r_open_streams, *osp);
1650 next_osp = list_head(&rp->r_open_streams);
1659 list_next(&rp->r_open_streams, next_osp);
H A Dnfs4_rnode.c666 list_create(&rp->r_open_streams, sizeof (nfs4_open_stream_t),
730 list_destroy(&rp->r_open_streams);
879 if (list_head(&rp->r_open_streams) != NULL) {
1702 for (osp = list_head(&rp->r_open_streams); osp != NULL;
1703 osp = list_next(&rp->r_open_streams, osp)) {
1731 for (osp = list_head(&rp->r_open_streams);
1733 osp = list_next(&rp->r_open_streams, osp)) {
H A Dnfs4_callback.c2012 for (osp = list_head(&rp->r_open_streams); osp != NULL;
2013 osp = list_next(&rp->r_open_streams, osp)) {
H A Dnfs4_vnops.c4712 if (vp->v_type == VREG && list_head(&rp->r_open_streams) != NULL) {
7303 isopen = list_head(&rp->r_open_streams) != NULL;
7798 isactive = list_head(&rp->r_open_streams) != NULL;
15037 osp = list_head(&rp->r_open_streams);
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h179 * r_os_lock: Protects r_open_streams.
277 list_t r_open_streams; /* open streams list */ member in struct:rnode4
278 kmutex_t r_os_lock; /* protects r_open_streams */

Completed in 127 milliseconds