Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c171 if (SMB_DIALECT(SSTOVC(ssp)) < SMB_DIALECT_LANMAN1_0) in smbfs_smb_lock()
231 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_trans2_query()
418 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) { in smbfs_smb_qfsattr()
456 if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0) in smbfs_smb_statfs()
599 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_seteof()
632 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_t2rename()
736 if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_NT_SMBS) { in smbfs_smb_setfsize()
803 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, in smbfs_smb_query_info()
829 SSTOVC(ssp)->vc_sopt.sv_tz, &fap->fa_mtime); in smbfs_smb_query_info()
855 svtz = SSTOVC(ssp)->vc_sopt.sv_tz; in smbfs_smb_setpattr1()
[all …]
H A Dsmbfs_xattr.c306 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_xa_findopen()
314 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_xa_findopen()
404 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_xa_findnext()
H A Dsmbfs_subr.c141 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_fname_tolocal()
H A Dsmbfs_vfsops.c452 vcp = SSTOVC(ssp); in smbfs_mount()
H A Dsmbfs_vnops.c1462 vcp = SSTOVC(smi->smi_share); in smbfslookup()
2963 if (SSTOVC(ssp)->vc_sopt.sv_caps & SMB_CAP_LARGE_FILES) in smbfs_pathconf()
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c166 vcp = SSTOVC(ssp); in smb_smb_treeconnect()
323 vcp = SSTOVC(ssp); in smb_smb_treedisconnect()
371 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_ntcreate()
493 int sv_tz = SSTOVC(ssp)->vc_sopt.sv_tz; in smb_smb_close()
520 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_open_prjob()
612 struct smb_vc *vcp = SSTOVC(ssp); in smb_rwuio()
H A Dsmb_conn.h252 #define SSTOVC(ssp) CPTOVC(((ssp)->ss_co.co_parent)) macro
H A Dsmb_iod.c884 struct smb_vc *vcp = SSTOVC(ssp); in smb_iod_shutdown_share()
H A Dsmb_usr.c465 err = smb_put_dmem(&name_mb, SSTOVC(ssp), in smb_usr_ntcreate()