Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c129 if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0) in smbfs_smb_lock()
261 if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0) { in smbfs_smb_statfs()
389 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, len); in smbfs_smb_query_info()
411 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz, in smbfs_smb_query_info()
437 svtz = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setpattr()
451 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0); in smbfs_smb_setpattr()
455 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) { in smbfs_smb_setpattr()
480 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setptime2()
535 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setpattrNT()
594 tzoff = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setftime()
[all …]
H A Dsmbfs_vfsops.c170 vcp = SSTOVC(ssp); in smbfs_mount()
172 mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax; in smbfs_mount()
394 sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */ in smbfs_statfs()
H A Dsmbfs_vnops.c272 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_setattr()
792 struct smb_vc *vcp = SSTOVC(smp->sm_share); in smbfs_pathconf()
1013 if (SMB_DIALECT(SSTOVC(smp->sm_share)) < SMB_DIALECT_LANMAN2_0) { in smbfs_pathcheck()
H A Dsmbfs_node.c380 va->va_blocksize = SSTOVC(smp->sm_share)->vc_txmax; in smbfs_attr_cachelookup()
/freebsd/sys/netsmb/
H A Dsmb_smb.c508 if (SSTOVC(ssp)->vc_hflags2 & SMB_FLAGS2_UNICODE) { in smb_smb_treeconnect()
509 vcp = SSTOVC(ssp); in smb_smb_treeconnect()
642 *len = min(SSTOVC(ssp)->vc_rxmax, *len); in smb_smb_readx()
725 *len = min(SSTOVC(ssp)->vc_wxmax, *len); in smb_smb_writex()
769 if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_READX) in smb_smb_read()
776 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16; in smb_smb_read()
848 if (*len && SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_WRITEX) in smb_smb_write()
851 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16; in smb_smb_write()
H A Dsmb_conn.h309 #define SSTOVC(ssp) CPTOVC(((ssp)->obj.co_parent)) macro
H A Dsmb_conn.c885 ssp->ss_vcgenid == SSTOVC(ssp)->vc_genid; in smb_share_valid()
895 vcp = SSTOVC(ssp); in smb_share_getpass()