Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_nls.c123 u8 buf[MAX_CHARSET_SIZE]; in nls_uniname_to_dosname()
301 u8 buf[MAX_CHARSET_SIZE]; in nls_uniname_to_cstring()
Dexfat.h186 #define MAX_CHARSET_SIZE 3 /* max size of multi-byte character */ macro
293 char Name[MAX_NAME_LENGTH * MAX_CHARSET_SIZE];
Dexfat_core.c21 static u8 name_buf[MAX_PATH_LENGTH * MAX_CHARSET_SIZE];