Searched defs:next_osp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c1613 nfs4_open_stream_t *next_osp = NULL; local
1627 next_osp = find_open_stream(oop, rp);
1628 if (next_osp)
1629 mutex_exit(&next_osp->os_sync_lock);
1633 if (next_osp == NULL) {
1642 next_osp = list_next(&rp->r_open_streams, *osp);
1650 next_osp = list_head(&rp->r_open_streams);
1652 if (next_osp) {
1656 mutex_enter(&next_osp->os_sync_lock);
1657 while (next_osp
[all...]

Completed in 61 milliseconds