Searched refs:f_ssp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 214 ctx.f_ssp = xnp->n_mount->smi_share; in smbfs_xa_exists() 306 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() 330 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), in smbfs_xa_findopen() 404 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_xa_findnext()
|
H A D | smbfs_smb.c | 1738 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_search() 1752 error = smb_rq_alloc(SSTOCP(ctx->f_ssp), SMB_COM_SEARCH, in smbfs_smb_search() 1900 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_trans2find2() 1916 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), SMB_TRANS2_FIND_FIRST2, in smbfs_smb_trans2find2() 1933 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), SMB_TRANS2_FIND_NEXT2, in smbfs_smb_trans2find2() 1953 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_smb_trans2find2() 2025 error = smb_rq_init(rqp, SSTOCP(ctx->f_ssp), SMB_COM_FIND_CLOSE2, in smbfs_smb_findclose2() 2050 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_smb_findopenLM2() 2053 ctx->f_infolevel = SMB_DIALECT(SSTOVC(ctx->f_ssp)) in smbfs_smb_findopenLM2() 2087 svtz = SSTOVC(ctx->f_ssp)->vc_sopt.sv_tz; in smbfs_smb_findnextLM2() [all …]
|
H A D | smbfs_subr.c | 141 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_fname_tolocal()
|
H A D | smbfs_subr.h | 129 struct smb_share *f_ssp; member
|