Searched refs:vc_tolocal (Results 1 – 4 of 4) sorted by relevance
162 if (vcp->vc_tolocal) { in smbfs_fname_tolocal()172 error = iconv_conv_case(vcp->vc_tolocal, in smbfs_fname_tolocal()
123 void * localcharset = vcp->vc_tolocal; in smb_smb_negotiate()130 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_smb_negotiate()283 vcp->vc_tolocal = localcharset; in smb_smb_negotiate()511 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_smb_treeconnect()584 vcp->vc_tolocal = vcp->vc_ucs_tolocal; in smb_smb_treeconnect()
467 vcp->vc_tolocal = vcp->vc_cp_tolocal; in smb_vc_create()516 if (vcp->vc_tolocal) in smb_vc_free()517 vcp->vc_tolocal = NULL; in smb_vc_free()
242 void * vc_tolocal; /* server charset to local one */ member