Lines Matching refs:vcp
110 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath() argument
116 if (SMB_UNICODE_STRINGS(vcp)) { in smbfs_fullpath()
121 if (SMB_DIALECT(vcp) < SMB_DIALECT_LANMAN1_0) in smbfs_fullpath()
124 error = smb_put_dmem(mbp, vcp, dnp->n_rpath, dnp->n_rplen, in smbfs_fullpath()
130 if (SMB_UNICODE_STRINGS(vcp)) in smbfs_fullpath()
137 error = smb_put_dmem(mbp, vcp, name, nmlen, caseopt); in smbfs_fullpath()
143 if (SMB_UNICODE_STRINGS(vcp)) in smbfs_fullpath()
151 smbfs_fname_tolocal(struct smb_vc *vcp, char *name, int *nmlen, int caseopt) in smbfs_fname_tolocal() argument
162 if (vcp->vc_tolocal) { in smbfs_fname_tolocal()
172 error = iconv_conv_case(vcp->vc_tolocal, in smbfs_fname_tolocal()
174 if (error && SMB_UNICODE_STRINGS(vcp)) { in smbfs_fname_tolocal()