Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifs_unicode.c412 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) in convert_to_sfm_char() argument
443 if (end_of_string) in convert_to_sfm_char()
449 if (end_of_string) in convert_to_sfm_char()
497 bool end_of_string; in cifsConvertToUTF16() local
506 end_of_string = true; in cifsConvertToUTF16()
508 end_of_string = false; in cifsConvertToUTF16()
510 dst_char = convert_to_sfm_char(src_char, end_of_string); in cifsConvertToUTF16()