Searched refs:cifs_utf16_bytes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_unicode.h | 60 int cifs_utf16_bytes(const __le16 *from, int maxbytes,
|
H A D | cifs_unicode.c | 294 * cifs_utf16_bytes - how long will a string be after conversion? 304 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes() function 353 len = cifs_utf16_bytes((__le16 *) src, maxlen, codepage); in cifs_strndup_from_utf16()
|
H A D | misc.c | 918 node->path_consumed = cifs_utf16_bytes(tmp, in parse_dfs_referrals()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.c | 296 * cifs_utf16_bytes - how long will a string be after conversion? 306 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes() function 355 len = cifs_utf16_bytes((__le16 *) src, maxlen, codepage); in cifs_strndup_from_utf16()
|
H A D | cifs_unicode.h | 95 int cifs_utf16_bytes(const __le16 *from, int maxbytes,
|
H A D | misc.c | 741 node->path_consumed = cifs_utf16_bytes(tmp, in parse_dfs_referrals()
|
Completed in 6 milliseconds