Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c1042 Opt_shortname_winnt, Opt_shortname_mixed, Opt_utf8_no, Opt_utf8_yes, enumerator
1106 {Opt_utf8_no, "utf8=0"}, /* 0 or no or false */
1107 {Opt_utf8_no, "utf8=no"},
1108 {Opt_utf8_no, "utf8=false"},
1325 case Opt_utf8_no: /* 0 or no or false */ in parse_options()