Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/smbfs/
Dsmbfs_smb.c128 if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0) in smbfs_smb_lock()
260 if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0) { in smbfs_smb_statfs()
387 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, len); in smbfs_smb_query_info()
409 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz, in smbfs_smb_query_info()
434 svtz = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setpattr()
448 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0); in smbfs_smb_setpattr()
452 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) { in smbfs_smb_setpattr()
477 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setptime2()
532 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setpattrNT()
590 tzoff = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setftime()
[all …]
Dsmbfs_vfsops.c171 vcp = SSTOVC(ssp); in smbfs_mount()
173 mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax; in smbfs_mount()
421 sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */ in smbfs_statfs()
Dsmbfs_vnops.c294 struct smb_vc *vcp = SSTOVC(ssp);
819 struct smb_vc *vcp = SSTOVC(smp->sm_share);
1049 if (SMB_DIALECT(SSTOVC(smp->sm_share)) < SMB_DIALECT_LANMAN2_0) { in smbfs_pathcheck()
Dsmbfs_node.c430 va->va_blocksize = SSTOVC(smp->sm_share)->vc_txmax; in smbfs_attr_cachelookup()
/freebsd-9-stable/sys/netsmb/
Dsmb_smb.c511 if (SSTOVC(ssp)->vc_hflags2 & SMB_FLAGS2_UNICODE) { in smb_smb_treeconnect()
512 vcp = SSTOVC(ssp); in smb_smb_treeconnect()
647 *len = min(SSTOVC(ssp)->vc_rxmax, *len); in smb_smb_readx()
730 *len = min(SSTOVC(ssp)->vc_wxmax, *len); in smb_smb_writex()
774 if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_READX) in smb_smb_read()
781 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16; in smb_smb_read()
853 if (*len && SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_WRITEX) in smb_smb_write()
856 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16; in smb_smb_write()
Dsmb_conn.h311 #define SSTOVC(ssp) CPTOVC(((ssp)->obj.co_parent)) macro
Dsmb_conn.c835 ssp->ss_vcgenid == SSTOVC(ssp)->vc_genid; in smb_share_valid()
845 vcp = SSTOVC(ssp); in smb_share_getpass()