Home
last modified time | relevance | path

Searched refs:CifsUniLowerTable (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/fs/ksmbd/
A Dunicode.h61 extern signed char CifsUniLowerTable[512];
325 if (uc < sizeof(CifsUniLowerTable)) { in UniTolower()
327 return uc + CifsUniLowerTable[uc]; /* Use base tables */ in UniTolower()
A Duniupr.h143 signed char CifsUniLowerTable[512] = { variable
/linux-6.3-rc2/fs/cifs/
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()
A Dcifs_uniupr.h129 signed char CifsUniLowerTable[512] = { variable

Completed in 5 milliseconds