Home
last modified time | relevance | path

Searched refs:UniStrnlen (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/cifs/
Dcifs_unicode.h194 UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen() function
Dsmb2inode.c288 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
327 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
Dsess.c483 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
492 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
Dsmb2pdu.c2440 path_len = UniStrnlen((wchar_t *)path, PATH_MAX); in alloc_path_with_tree_prefix()
2551 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()
2680 uni_path_len = (2 * UniStrnlen((wchar_t *)path, PATH_MAX)) + 2; in SMB2_open_init()