Lines Matching refs:SSTOVC

117 	/* XXX: if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_FILES)? */
170 if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0)
178 * (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_FILES)?
230 struct smb_vc *vcp = SSTOVC(ssp);
417 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) {
455 if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0)
598 struct smb_vc *vcp = SSTOVC(ssp);
631 struct smb_vc *vcp = SSTOVC(ssp);
735 if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_NT_SMBS) {
802 error = smbfs_fullpath(mbp, SSTOVC(ssp), np,
828 SSTOVC(ssp)->vc_sopt.sv_tz, &fap->fa_mtime);
854 svtz = SSTOVC(ssp)->vc_sopt.sv_tz;
868 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, &len, '\\');
872 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) {
934 struct smb_vc *vcp = SSTOVC(ssp);
980 tzoff = SSTOVC(ssp)->vc_sopt.sv_tz;
1028 struct smb_vc *vcp = SSTOVC(ssp);
1133 struct smb_vc *vcp = SSTOVC(ssp);
1305 struct smb_vc *vcp = SSTOVC(ssp);
1394 struct smb_vc *vcp = SSTOVC(ssp);
1484 struct smb_vc *vcp = SSTOVC(ssp);
1532 int sv_tz = SSTOVC(ssp)->vc_sopt.sv_tz;
1594 smb_time_local2server(&ctime, SSTOVC(ssp)->vc_sopt.sv_tz, &tm);
1599 error = smbfs_fullpath(mbp, SSTOVC(ssp), dnp, name, &nmlen,
1637 struct smb_vc *vcp = SSTOVC(ssp);
1683 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, &nmlen,
1721 error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, NULL, 0);
1730 error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, &tnmlen, sep);
1762 error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, NULL, '\\');
1766 error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, &tnmlen, '\\');
1794 error = smbfs_fullpath(mbp, SSTOVC(ssp), dnp, name, &len, '\\');
1808 struct smb_vc *vcp = SSTOVC(ssp);
1853 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, NULL, '\\');
1865 struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
2028 struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
2082 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp)))
2179 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp)))
2182 ctx->f_infolevel = SMB_DIALECT(SSTOVC(ctx->f_ssp))
2216 svtz = SSTOVC(ctx->f_ssp)->vc_sopt.sv_tz;
2284 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp)))
2307 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) {
2404 if (SMB_DIALECT(SSTOVC(ctx->f_ssp)) < SMB_DIALECT_LANMAN2_0) {