Lines Matching refs:cpu_to_le16
383 dest_char = cpu_to_le16(UNI_COLON); in convert_to_sfu_char()
386 dest_char = cpu_to_le16(UNI_ASTERISK); in convert_to_sfu_char()
389 dest_char = cpu_to_le16(UNI_QUESTION); in convert_to_sfu_char()
392 dest_char = cpu_to_le16(UNI_LESSTHAN); in convert_to_sfu_char()
395 dest_char = cpu_to_le16(UNI_GRTRTHAN); in convert_to_sfu_char()
398 dest_char = cpu_to_le16(UNI_PIPE); in convert_to_sfu_char()
413 dest_char = cpu_to_le16(SFM_COLON); in convert_to_sfm_char()
416 dest_char = cpu_to_le16(SFM_ASTERISK); in convert_to_sfm_char()
419 dest_char = cpu_to_le16(SFM_QUESTION); in convert_to_sfm_char()
422 dest_char = cpu_to_le16(SFM_LESSTHAN); in convert_to_sfm_char()
425 dest_char = cpu_to_le16(SFM_GRTRTHAN); in convert_to_sfm_char()
428 dest_char = cpu_to_le16(SFM_PIPE); in convert_to_sfm_char()
483 dst_char = cpu_to_le16(tmp); in cifsConvertToUTF16()
508 dst_char = cpu_to_le16(*wchar_to); in cifsConvertToUTF16()
517 dst_char = cpu_to_le16(*(wchar_to + 1)); in cifsConvertToUTF16()
523 dst_char = cpu_to_le16(*(wchar_to + 1)); in cifsConvertToUTF16()
526 dst_char = cpu_to_le16(*(wchar_to + 2)); in cifsConvertToUTF16()
533 dst_char = cpu_to_le16(0x003f); in cifsConvertToUTF16()