Searched refs:name_check (Results 1 – 5 of 5) sorted by relevance
47 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()49 if (opts->name_check == 's' && strchr(bad_if_strict, c)) in msdos_format_name()51 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()72 if (opts->name_check == 's' && len && c != '.') { in msdos_format_name()86 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()88 if (opts->name_check == 's' && in msdos_format_name()94 if (opts->name_check == 's') in msdos_format_name()98 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()108 if (opts->name_check == 's' && len) in msdos_format_name()
974 if (opts->name_check != 'n') in fat_show_options()975 seq_printf(m, ",check=%c", opts->name_check); in fat_show_options()1143 opts->name_check = 'n'; in parse_options()1172 opts->name_check = 's'; in parse_options()1175 opts->name_check = 'r'; in parse_options()1178 opts->name_check = 'n'; in parse_options()
36 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
1040 if (MSDOS_SB(sb)->options.name_check != 's') in setup()
262 if (sbi->options.name_check != 's') in fat_name_match()