Home
last modified time | relevance | path

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

/trueos/sys/fs/smbfs/
HDsmbfs_smb.c129 if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0) in smbfs_smb_lock()
262 if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0) { in smbfs_smb_statfs()
390 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, len); in smbfs_smb_query_info()
412 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz, in smbfs_smb_query_info()
438 svtz = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setpattr()
452 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0); in smbfs_smb_setpattr()
456 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) { in smbfs_smb_setpattr()
481 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setptime2()
536 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setpattrNT()
595 tzoff = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setftime()
[all …]
HDsmbfs_vfsops.c171 vcp = SSTOVC(ssp); in smbfs_mount()
173 mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax; in smbfs_mount()
400 sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */ in smbfs_statfs()
HDsmbfs_vnops.c301 struct smb_vc *vcp = SSTOVC(ssp);
894 struct smb_vc *vcp = SSTOVC(smp->sm_share);
1128 if (SMB_DIALECT(SSTOVC(smp->sm_share)) < SMB_DIALECT_LANMAN2_0) { in smbfs_pathcheck()
HDsmbfs_node.c392 va->va_blocksize = SSTOVC(smp->sm_share)->vc_txmax; in smbfs_attr_cachelookup()
/trueos/sys/netsmb/
HDsmb_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()
HDsmb_conn.h311 #define SSTOVC(ssp) CPTOVC(((ssp)->obj.co_parent)) macro
HDsmb_conn.c881 ssp->ss_vcgenid == SSTOVC(ssp)->vc_genid; in smb_share_valid()
891 vcp = SSTOVC(ssp); in smb_share_getpass()