Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifs_unicode.h63 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
H A Dreparse.c506 data->symlink_target = cifs_strndup_from_utf16(buf->DataBuffer, in parse_reparse_posix()
550 smb_target = cifs_strndup_from_utf16(buf, len, unicode, cifs_sb->local_nls); in smb2_parse_native_symlink()
H A Dcifs_unicode.c346 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
H A Dmisc.c967 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
977 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
H A Dsess.c837 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
846 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
855 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp); in decode_unicode_ssetup()
H A Ddfs_cache.c92 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp); in dfs_cache_canonical_path()
H A Dconnect.c3883 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()
H A Dcifssmb.c2684 *symlinkinfo = cifs_strndup_from_utf16(data_start, in CIFSSMBUnixQuerySymLink()