Searched refs:utf16_len (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.c | 608 * @utf16_len - the length of the allocated string in bytes (including null) 617 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() argument 627 *utf16_len = 0; in cifs_strndup_to_utf16() 631 *utf16_len = len; in cifs_strndup_to_utf16()
|
H A D | cifs_unicode.h | 105 int *utf16_len, const struct nls_table *cp,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_unicode.c | 606 * @utf16_len - the length of the allocated string in bytes (including null) 615 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() argument 625 *utf16_len = 0; in cifs_strndup_to_utf16() 629 *utf16_len = len; in cifs_strndup_to_utf16()
|
H A D | cifs_unicode.h | 70 int *utf16_len, const struct nls_table *cp,
|
Completed in 4 milliseconds