Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c1043 Opt_uni_xl_no, Opt_uni_xl_yes, Opt_nonumtail_no, Opt_nonumtail_yes, enumerator
1116 {Opt_uni_xl_yes, "uni_xlate=1"}, /* empty or 1 or yes or true */
1117 {Opt_uni_xl_yes, "uni_xlate=yes"},
1118 {Opt_uni_xl_yes, "uni_xlate=true"},
1119 {Opt_uni_xl_yes, "uni_xlate"},
1334 case Opt_uni_xl_yes: /* empty or 1 or yes or true */ in parse_options()