Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dnls.c441 len = nls->uni2char(ucs2, ch, MAX_CHARSET_SIZE); in exfat_convert_ucs2_to_char()
545 unsigned char buf[MAX_CHARSET_SIZE]; in __exfat_utf16_to_nls()
Dexfat_fs.h67 #define MAX_CHARSET_SIZE 6 /* max size of multi-byte character */ macro
69 #define MAX_VFSNAME_BUF_SIZE ((MAX_NAME_LENGTH + 1) * MAX_CHARSET_SIZE)
Dnamei.c427 if (pathlen > (MAX_NAME_LENGTH * MAX_CHARSET_SIZE)) in __exfat_resolve_path()