Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifs_unicode.h63 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
Dcifs_unicode.c346 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
Dsmb2file.c89 s = cifs_strndup_from_utf16((char *)sym->PathBuffer + sub_offs, sub_len, true, in smb2_parse_symlink_response()
Dmisc.c927 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
937 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
Dsess.c691 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
700 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
709 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
Ddfs_cache.c92 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp); in dfs_cache_canonical_path()
Dcifssmb.c2681 *symlinkinfo = cifs_strndup_from_utf16(data_start, in CIFSSMBUnixQuerySymLink()
2788 *symlinkinfo = cifs_strndup_from_utf16(posix_buf->PathBuffer, in CIFSSMBQuerySymLink()
2812 *symlinkinfo = cifs_strndup_from_utf16(sub_start, sub_len, is_unicode, in CIFSSMBQuerySymLink()
Dsmb2ops.c2877 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2907 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
Dconnect.c3717 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()