Home
last modified time | relevance | path

Searched refs:cifs_strndup_from_utf16 (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Dcifs_unicode.h98 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
Dmisc.c757 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
767 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
Dsess.c211 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
220 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
229 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
Dcifs_unicode.c348 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
Dsmb2ops.c2482 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2512 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2730 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink()
Dcifssmb.c3289 *symlinkinfo = cifs_strndup_from_utf16(data_start, in CIFSSMBUnixQuerySymLink()
3396 *symlinkinfo = cifs_strndup_from_utf16(posix_buf->PathBuffer, in CIFSSMBQuerySymLink()
3420 *symlinkinfo = cifs_strndup_from_utf16(sub_start, sub_len, is_unicode, in CIFSSMBQuerySymLink()
Dconnect.c5129 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()