Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifs_unicode.h98 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
Dcifs_unicode.c347 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
Dsess.c475 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
484 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
493 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
Dmisc.c899 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
909 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
Ddfs_cache.c204 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp); in dfs_cache_canonical_path()
Dsmb2ops.c2945 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2975 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
3192 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink()
Dcifssmb.c3108 *symlinkinfo = cifs_strndup_from_utf16(data_start, in CIFSSMBUnixQuerySymLink()
3215 *symlinkinfo = cifs_strndup_from_utf16(posix_buf->PathBuffer, in CIFSSMBQuerySymLink()
3239 *symlinkinfo = cifs_strndup_from_utf16(sub_start, sub_len, is_unicode, in CIFSSMBQuerySymLink()
Dconnect.c3764 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()