Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.h194 UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen() function
H A 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()
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.c2459 path_len = UniStrnlen((wchar_t *)path, PATH_MAX); in alloc_path_with_tree_prefix()
2570 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()
2699 uni_path_len = (2 * UniStrnlen((wchar_t *)path, PATH_MAX)) + 2; in SMB2_open_init()