Lines Matching defs:sms
7380 share_mount_state_t *sms = arg;
7383 ret = share_mount_one(zhp, sms->sm_op, sms->sm_flags, sms->sm_proto,
7384 B_FALSE, sms->sm_options);
7386 pthread_mutex_lock(&sms->sm_lock);
7388 sms->sm_status = ret;
7389 sms->sm_done++;
7390 if (sms->sm_verbose)
7391 report_mount_progress(sms->sm_done, sms->sm_total);
7392 pthread_mutex_unlock(&sms->sm_lock);