Lines Matching full:endian
17 /* Convert little endian UTF-16 to NLS string. */
90 enum utf16_endian endian) in put_utf16() argument
95 switch (endian) { in put_utf16()
114 static int _utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, in _utf8s_to_utf16s() argument
138 endian); in _utf8s_to_utf16s()
142 endian); in _utf8s_to_utf16s()
148 put_utf16(op++, u, endian); in _utf8s_to_utf16s()
155 put_utf16(op++, *s++, endian); in _utf8s_to_utf16s()
169 * @endian: Endian of target UTF-16 string.
179 enum utf16_endian endian) in ntfs_nls_to_utf16() argument
190 ret = _utf8s_to_utf16s(name, name_len, endian, uname, max_ulen); in ntfs_nls_to_utf16()
207 if (endian == UTF16_LITTLE_ENDIAN) { in ntfs_nls_to_utf16()
216 if (endian == UTF16_BIG_ENDIAN) { in ntfs_nls_to_utf16()