Symbol: SSTOVC
sys/netproto/smb/smb_conn.c
858
ssp->ss_vcgenid == SSTOVC(ssp)->vc_genid;
sys/netproto/smb/smb_conn.c
868
vcp = SSTOVC(ssp);
sys/netproto/smb/smb_smb.c
507
blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
sys/netproto/smb/smb_smb.c
582
blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
sys/vfs/smbfs/smbfs_node.c
405
va->va_blocksize = SSTOVC(smp->sm_share)->vc_txmax;
sys/vfs/smbfs/smbfs_smb.c
1040
ctx->f_infolevel = SMB_DIALECT(SSTOVC(ctx->f_ssp)) < SMB_DIALECT_NTLM0_12 ?
sys/vfs/smbfs/smbfs_smb.c
1070
svtz = SSTOVC(ctx->f_ssp)->vc_sopt.sv_tz;
sys/vfs/smbfs/smbfs_smb.c
1182
if (SMB_DIALECT(SSTOVC(ctx->f_ssp)) < SMB_DIALECT_LANMAN2_0 ||
sys/vfs/smbfs/smbfs_smb.c
1218
smbfs_fname_tolocal(SSTOVC(ctx->f_ssp), ctx->f_name, ctx->f_nmlen,
sys/vfs/smbfs/smbfs_smb.c
134
if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0)
sys/vfs/smbfs/smbfs_smb.c
265
svtz = SSTOVC(ssp)->vc_sopt.sv_tz;
sys/vfs/smbfs/smbfs_smb.c
279
error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0);
sys/vfs/smbfs/smbfs_smb.c
303
struct smb_vc *vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_smb.c
357
struct smb_vc *vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_smb.c
414
tzoff = SSTOVC(ssp)->vc_sopt.sv_tz;
sys/vfs/smbfs/smbfs_smb.c
459
svtz = SSTOVC(ssp)->vc_sopt.sv_tz;
sys/vfs/smbfs/smbfs_smb.c
512
error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0);
sys/vfs/smbfs/smbfs_smb.c
558
smb_time_local2server(mtime, SSTOVC(ssp)->vc_sopt.sv_tz, &time);
sys/vfs/smbfs/smbfs_smb.c
591
smb_time_local2server(&ctime, SSTOVC(ssp)->vc_sopt.sv_tz, &tm);
sys/vfs/smbfs/smbfs_smb.c
596
error = smbfs_fullpath(mbp, SSTOVC(ssp), dnp, name, nmlen);
sys/vfs/smbfs/smbfs_smb.c
633
error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0);
sys/vfs/smbfs/smbfs_smb.c
661
error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, 0);
sys/vfs/smbfs/smbfs_smb.c
665
error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen);
sys/vfs/smbfs/smbfs_smb.c
696
error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, 0);
sys/vfs/smbfs/smbfs_smb.c
700
error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen);
sys/vfs/smbfs/smbfs_smb.c
727
error = smbfs_fullpath(mbp, SSTOVC(ssp), dnp, name, len);
sys/vfs/smbfs/smbfs_smb.c
752
error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0);
sys/vfs/smbfs/smbfs_smb.c
764
struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
sys/vfs/smbfs/smbfs_smb.c
910
struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
sys/vfs/smbfs/smbfs_vfsops.c
142
vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_vfsops.c
144
mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax;
sys/vfs/smbfs/smbfs_vfsops.c
329
sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */
sys/vfs/smbfs/smbfs_vfsops.c
333
if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0)
sys/vfs/smbfs/smbfs_vnops.c
305
struct smb_vc *vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_vnops.c
772
struct smb_vc *vcp = SSTOVC(smp->sm_share);
sys/vfs/smbfs/smbfs_vnops.c
981
if (SMB_DIALECT(SSTOVC(smp->sm_share)) < SMB_DIALECT_LANMAN2_0) {