Searched refs:cifs_strndup_to_utf16 (Results 1 – 6 of 6) sorted by relevance
/linux/fs/smb/client/ |
H A D | cifs_unicode.h | 69 extern __le16 *cifs_strndup_to_utf16(const char *src, const int maxlen,
|
H A D | cifs_unicode.c | 626 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() function
|
H A D | reparse.c | 466 symname_utf16 = cifs_strndup_to_utf16(symname, strlen(symname), in mknod_nfs() 532 symname_utf16 = cifs_strndup_to_utf16(symname, strlen(symname), in wsl_set_reparse_buf()
|
H A D | smb2misc.c | 480 to = cifs_strndup_to_utf16(start_of_path, PATH_MAX, &len, in cifs_convert_path_to_utf16()
|
H A D | dfs_cache.c | 86 tmp = (char *)cifs_strndup_to_utf16(path, strlen(path), &plen, cp, remap); in dfs_cache_canonical_path()
|
H A D | smb2ops.c | 2965 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer() 5123 symname_utf16 = cifs_strndup_to_utf16(symname, strlen(symname), in __cifs_sfu_make_node()
|