Lines Matching full:ssp
180 struct smb_share *ssp = rqp->sr_share;
183 if (ssp == NULL || rqp->sr_cred == &rqp->sr_vc->vc_iod->iod_scred) {
187 SMBS_ST_LOCK(ssp);
188 if (ssp->ss_flags & SMBS_RECONNECTING) {
189 msleep(&ssp->ss_vcgenid, SMBS_ST_LOCKPTR(ssp),
195 if (smb_share_valid(ssp) || (ssp->ss_flags & SMBS_CONNECTED) == 0) {
196 SMBS_ST_UNLOCK(ssp);
198 SMBS_ST_UNLOCK(ssp);
200 SMBIOD_EV_TREECONNECT | SMBIOD_EV_SYNC, ssp);
279 struct smb_share *ssp = NULL;
293 ssp = CPTOSS(layer);
296 SMBERROR("zombie share %s\n", ssp->ss_name);
311 *sspp = ssp;