Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dinode.c1004 if (opts->unicode_xlate) in fat_show_options()
1284 opts->unicode_xlate = 1; in fat_parse_param()
1287 opts->unicode_xlate = result.boolean; in fat_parse_param()
1582 if (opts->unicode_xlate) in fat_fill_super()
1921 opts->unicode_xlate = 0; in fat_init_fs_context()
H A Dfat.h48 unicode_xlate:1, /* create escape sequences for unhandled Unicode */ member
H A Dnamei_vfat.c603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()