Searched refs:cifs_strtoUTF16 (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifs_unicode.h | 62 int cifs_strtoUTF16(__le16 *to, const char *from, int len,
|
| H A D | smb1session.c | 93 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings() 96 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings() 101 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings() 141 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string() 182 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
|
| H A D | cifs_unicode.c | 234 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() function 452 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
|
| H A D | sess.c | 778 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
|
| H A D | smb2pdu.c | 704 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt() 2157 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp); in SMB2_tcon() 2905 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
|
| H A D | cifssmb.c | 592 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()
|