Home
last modified time | relevance | path

Searched refs:uni_xlate (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/filesystems/ !
H A Dvfat.rst79 If 'uni_xlate' gets set, UTF-8 gets disabled.
82 **uni_xlate=<bool>**
/linux/fs/fat/ !
H A Ddir.c146 int uni_xlate = MSDOS_SB(sb)->options.unicode_xlate; in uni16_to_x8() local
162 if (uni_xlate == 1) { in uni16_to_x8()