Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c1003 if (opts->unicode_xlate) in fat_show_options()
1156 opts->unicode_xlate = 0; in parse_options()
1332 opts->unicode_xlate = 0; in parse_options()
1335 opts->unicode_xlate = 1; in parse_options()
1377 if (opts->unicode_xlate) in parse_options()
Dfat.h46 unicode_xlate:1, /* create escape sequences for unhandled Unicode */ member
Dnamei_vfat.c603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
Ddir.c144 int uni_xlate = MSDOS_SB(sb)->options.unicode_xlate; in uni16_to_x8()