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

/linux-master/fs/smb/client/
H A Dcifs_unicode.h63 char *cifs_strndup_from_utf16(const char *src, const int maxlen,
H A Dreparse.c326 data->symlink_target = cifs_strndup_from_utf16(buf->DataBuffer,
365 data->symlink_target = cifs_strndup_from_utf16(sym->PathBuffer + offs,
H A Dcifs_unicode.c334 * cifs_strndup_from_utf16 - copy a string from wire format to the local
346 cifs_strndup_from_utf16(const char *src, const int maxlen, function
H A Dsmb2file.c89 s = cifs_strndup_from_utf16((char *)sym->PathBuffer + sub_offs, sub_len, true,
H A Dmisc.c967 node->path_name = cifs_strndup_from_utf16(temp, max_len,
977 node->node_name = cifs_strndup_from_utf16(temp, max_len,
H A Dsess.c837 ses->serverOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp);
846 ses->serverNOS = cifs_strndup_from_utf16(data, bleft, true, nls_cp);
855 ses->serverDomain = cifs_strndup_from_utf16(data, bleft, true, nls_cp);
H A Ddfs_cache.c92 npath = cifs_strndup_from_utf16(tmp, plen, true, cache_cp);
H A Dconnect.c3797 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr,
H A Dcifssmb.c2684 *symlinkinfo = cifs_strndup_from_utf16(data_start,

Completed in 328 milliseconds