Home
last modified time | relevance | path

Searched refs:CifsUniLowerTable (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.h88 extern signed char CifsUniLowerTable[512];
370 if (uc < sizeof(CifsUniLowerTable)) { in UniTolower()
372 return uc + CifsUniLowerTable[uc]; /* Use base tables */ in UniTolower()
H A Dcifs_uniupr.h129 signed char CifsUniLowerTable[512] = { variable

Completed in 2 milliseconds