Home
last modified time | relevance | path

Searched refs:UniStrnlen (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/nls/
H A Dnls_ucs2_utils.h121 * UniStrnlen: Return the length (in 16 bit Unicode chars not bytes) of a
124 static inline size_t UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen() function
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.h190 * UniStrnlen: Return the length (in 16 bit Unicode chars not bytes) of a
194 UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen() function
H A Dsmb2inode.c305 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
344 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
H A Dsess.c491 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
500 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
H A Dsmb2pdu.c2463 path_len = UniStrnlen((wchar_t *)path, PATH_MAX); in alloc_path_with_tree_prefix()
2574 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()
2703 uni_path_len = (2 * UniStrnlen((wchar_t *)path, PATH_MAX)) + 2; in SMB2_open_init()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2inode.c304 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
343 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
H A Dsess.c853 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
862 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
H A Dsmb2pdu.c2738 path_len = UniStrnlen((wchar_t *)path, PATH_MAX); in alloc_path_with_tree_prefix()
2850 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()
2992 uni_path_len = (2 * UniStrnlen((wchar_t *)path, PATH_MAX)) + 2; in SMB2_open_init()

Completed in 20 milliseconds