Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.h98 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
H A Dcifs_unicode.c348 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16() function
H A 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()
H A Dsess.c489 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 Dsmb2ops.c2811 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2841 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
3057 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink()
H A 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()
H A Dconnect.c4970 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr, in CIFSTCon()