Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fat/
Dnamei_msdos.c46 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()
Dinode.c876 if (opts->name_check != 'n') in fat_show_options()
877 seq_printf(m, ",check=%c", opts->name_check); in fat_show_options()
1045 opts->name_check = 'n'; in parse_options()
1072 opts->name_check = 's'; in parse_options()
1075 opts->name_check = 'r'; in parse_options()
1078 opts->name_check = 'n'; in parse_options()
Dfat.h35 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
Dnamei_vfat.c1047 if (MSDOS_SB(sb)->options.name_check != 's') in setup()
Ddir.c261 if (sbi->options.name_check != 's') in fat_name_match()