Searched refs:SSTOVC (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c129 if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0)
262 if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0) {
390 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, len);
412 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz,
438 svtz = SSTOVC(ssp)->vc_sopt.sv_tz;
452 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0);
456 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) {
481 struct smb_vc *vcp = SSTOVC(ssp);
536 struct smb_vc *vcp = SSTOVC(ssp);
595 tzoff = SSTOVC(ss
[all...]
H A Dsmbfs_vfsops.c171 vcp = SSTOVC(ssp);
173 mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax;
400 sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */
H A Dsmbfs_vnops.c301 struct smb_vc *vcp = SSTOVC(ssp);
895 struct smb_vc *vcp = SSTOVC(smp->sm_share);
1129 if (SMB_DIALECT(SSTOVC(smp->sm_share)) < SMB_DIALECT_LANMAN2_0) {
H A Dsmbfs_node.c392 va->va_blocksize = SSTOVC(smp->sm_share)->vc_txmax;
/freebsd-10-stable/sys/netsmb/
H A Dsmb_smb.c511 if (SSTOVC(ssp)->vc_hflags2 & SMB_FLAGS2_UNICODE) {
512 vcp = SSTOVC(ssp);
647 *len = min(SSTOVC(ssp)->vc_rxmax, *len);
730 *len = min(SSTOVC(ssp)->vc_wxmax, *len);
774 if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_READX)
781 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
853 if (*len && SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_WRITEX)
856 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
H A Dsmb_conn.h311 #define SSTOVC(ssp) CPTOVC(((ssp)->obj.co_parent)) macro
H A Dsmb_conn.c883 ssp->ss_vcgenid == SSTOVC(ssp)->vc_genid;
893 vcp = SSTOVC(ssp);

Completed in 108 milliseconds