Searched refs:rs_sp (Results 1 – 4 of 4) sorted by relevance
1143 if (rsp->rs_sp != NULL) { in nfs4_is_otw_open_necessary()1144 mutex_enter(&rsp->rs_sp->s_lock); in nfs4_is_otw_open_necessary()1145 nfs4_inc_state_ref_count_nolock(rsp->rs_sp, in nfs4_is_otw_open_necessary()1147 mutex_exit(&rsp->rs_sp->s_lock); in nfs4_is_otw_open_necessary()
758 rsp->rs_sp = NULL; in nfs4_start_fop()879 rsp->rs_sp = sp; in nfs4_start_fop()940 rsp->rs_sp = NULL; in nfs4_start_fop()975 nfs4_server_t *sp = rsp->rs_sp; in nfs4_end_fop()
1006 if (recov_state.rs_sp != NULL) { in nfs4open_otw()1007 mutex_enter(&recov_state.rs_sp->s_lock); in nfs4open_otw()1008 open_args->owner.clientid = recov_state.rs_sp->clientid; in nfs4open_otw()1009 mutex_exit(&recov_state.rs_sp->s_lock); in nfs4open_otw()1516 if (created_osp && recov_state.rs_sp != NULL) { in nfs4open_otw()1517 mutex_enter(&recov_state.rs_sp->s_lock); in nfs4open_otw()1518 nfs4_inc_state_ref_count_nolock(recov_state.rs_sp, VTOMI4(dvp)); in nfs4open_otw()1519 mutex_exit(&recov_state.rs_sp->s_lock); in nfs4open_otw()15643 if (did_start_op && recov_state.rs_sp != NULL) { in nfs4close_one()15644 mutex_enter(&recov_state.rs_sp->s_lock); in nfs4close_one()[all …]
2010 nfs4_server_t *rs_sp; member