Searched refs:cifs_strndup_to_utf16 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/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 | 603 * cifs_strndup_to_utf16 - copy a string to wire format from the local codepage 615 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() function
|
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 | 2818 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.h | 104 extern __le16 *cifs_strndup_to_utf16(const char *src, const int maxlen,
|
H A D | cifs_unicode.c | 605 * cifs_strndup_to_utf16 - copy a string to wire format from the local codepage 617 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() function
|
H A D | smb2misc.c | 472 to = cifs_strndup_to_utf16(start_of_path, PATH_MAX, &len, in cifs_convert_path_to_utf16()
|
H A D | smb2ops.c | 2740 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
|
Completed in 19 milliseconds