Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_unicode.c399 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) in convert_to_sfm_char() argument
430 if (end_of_string) in convert_to_sfm_char()
436 if (end_of_string) in convert_to_sfm_char()
484 bool end_of_string; in cifsConvertToUTF16() local
493 end_of_string = true; in cifsConvertToUTF16()
495 end_of_string = false; in cifsConvertToUTF16()
497 dst_char = convert_to_sfm_char(src_char, end_of_string); in cifsConvertToUTF16()