Searched refs:cifs_strndup_from_utf16 (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_unicode.h | 63 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
|
H A D | cifs_unicode.c | 334 * cifs_strndup_from_utf16 - copy a string from wire format to the local 346 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
|
H A D | smb2file.c | 89 s = cifs_strndup_from_utf16((char *)sym->PathBuffer + sub_offs, sub_len, true, in smb2_parse_symlink_response()
|
H A D | misc.c | 931 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals() 941 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
|
H A D | sess.c | 851 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup() 860 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup() 869 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
|
H A D | dfs_cache.c | 92 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp); in dfs_cache_canonical_path()
|
H A D | smb2ops.c | 2892 data->symlink_target = cifs_strndup_from_utf16(buf->DataBuffer, in parse_reparse_posix() 2931 data->symlink_target = cifs_strndup_from_utf16(sym->PathBuffer + offs, in parse_reparse_symlink()
|
H A D | connect.c | 3769 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
|
H A D | cifssmb.c | 2684 *symlinkinfo = cifs_strndup_from_utf16(data_start, in CIFSSMBUnixQuerySymLink()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.h | 98 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
|
H A D | cifs_unicode.c | 336 * cifs_strndup_from_utf16 - copy a string from wire format to the local 348 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
|
H A D | misc.c | 754 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals() 764 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
|
H A D | sess.c | 489 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup() 498 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup() 507 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
|
H A D | smb2ops.c | 2814 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix() 2844 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink() 3060 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink()
|
H A D | cifssmb.c | 3216 *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()
|
H A D | connect.c | 4972 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
|
Completed in 50 milliseconds