Lines Matching defs:osp
1659 * allocate memory for the osp list due to:
1680 nfs4_open_stream_t *osp;
1702 for (osp = list_head(&rp->r_open_streams); osp != NULL;
1703 osp = list_next(&rp->r_open_streams, osp)) {
1704 mutex_enter(&osp->os_sync_lock);
1705 if (osp->os_valid && !osp->os_pending_close)
1707 mutex_exit(&osp->os_sync_lock);
1731 for (osp = list_head(&rp->r_open_streams);
1732 osp != NULL;
1733 osp = list_next(&rp->r_open_streams, osp)) {
1735 mutex_enter(&osp->os_sync_lock);
1736 if (osp->os_valid &&
1737 !osp->os_pending_close) {
1738 osp->os_ref_count++;
1739 rep->re_osp[j] = osp;
1742 mutex_exit(&osp->os_sync_lock);
1745 * Assuming valid osp(s) stays valid between