Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifs_unicode.h98 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
Dcifs_unicode.c348 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
Dmisc.c750 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
760 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
Dsess.c481 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
490 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
499 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
Dsmb2ops.c2784 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2814 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
3031 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink()
Dcifssmb.c3216 *symlinkinfo = cifs_strndup_from_utf16(data_start, in CIFSSMBUnixQuerySymLink()
3323 *symlinkinfo = cifs_strndup_from_utf16(posix_buf->PathBuffer, in CIFSSMBQuerySymLink()
3347 *symlinkinfo = cifs_strndup_from_utf16(sub_start, sub_len, is_unicode, in CIFSSMBQuerySymLink()
Dconnect.c4952 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()