Searched refs:name_check (Results 1 – 5 of 5) sorted by relevance
46 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()48 if (opts->name_check == 's' && strchr(bad_if_strict, c)) in msdos_format_name()50 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()71 if (opts->name_check == 's' && len && c != '.') { in msdos_format_name()85 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()87 if (opts->name_check == 's' && in msdos_format_name()93 if (opts->name_check == 's') in msdos_format_name()97 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()107 if (opts->name_check == 's' && len) in msdos_format_name()
875 if (opts->name_check != 'n') in fat_show_options()876 seq_printf(m, ",check=%c", opts->name_check); in fat_show_options()1044 opts->name_check = 'n'; in parse_options()1071 opts->name_check = 's'; in parse_options()1074 opts->name_check = 'r'; in parse_options()1077 opts->name_check = 'n'; in parse_options()
35 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
1047 if (MSDOS_SB(sb)->options.name_check != 's') in setup()
261 if (sbi->options.name_check != 's') in fat_name_match()