Home
last modified time | relevance | path

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

/fs/fat/
Dnamei_msdos.c48 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()
50 if (opts->name_check == 's' && strchr(bad_if_strict, c)) in msdos_format_name()
52 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()
73 if (opts->name_check == 's' && len && c != '.') { in msdos_format_name()
87 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()
89 if (opts->name_check == 's' && in msdos_format_name()
95 if (opts->name_check == 's') in msdos_format_name()
99 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()
109 if (opts->name_check == 's' && len) in msdos_format_name()
Dinode.c980 if (opts->name_check != 'n') in fat_show_options()
981 seq_printf(m, ",check=%c", opts->name_check); in fat_show_options()
1149 opts->name_check = 'n'; in parse_options()
1178 opts->name_check = 's'; in parse_options()
1181 opts->name_check = 'r'; in parse_options()
1184 opts->name_check = 'n'; in parse_options()
Dfat.h36 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
Dnamei_vfat.c1042 if (MSDOS_SB(sb)->options.name_check != 's') in setup()
Ddir.c261 if (sbi->options.name_check != 's') in fat_name_match()