Searched refs:MAX_NAME_LENGTH (Results 1 – 2 of 2) sorted by relevance
108 for (i = 0; i < MAX_NAME_LENGTH; i++, a++, b++) { in nls_uniname_cmp()284 while (j < (MAX_NAME_LENGTH - 1)) { in nls_dosname_to_uniname()306 len = utf16s_to_utf8s(uniname, MAX_NAME_LENGTH, in nls_uniname_to_cstring()308 MAX_NAME_LENGTH); in nls_uniname_to_cstring()314 while (i < (MAX_NAME_LENGTH - 1)) { in nls_uniname_to_cstring()341 u8 upname[MAX_NAME_LENGTH * 2]; in nls_cstring_to_uniname()367 i = utf8s_to_utf16s(p_cstring, MAX_NAME_LENGTH, in nls_cstring_to_uniname()369 MAX_NAME_LENGTH); in nls_cstring_to_uniname()376 while (j < (MAX_NAME_LENGTH - 1)) { in nls_cstring_to_uniname()
188 #define MAX_NAME_LENGTH 256 /* max len of filename including NULL */ macro293 char Name[MAX_NAME_LENGTH * MAX_CHARSET_SIZE];523 u16 name[MAX_NAME_LENGTH];