Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A 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()
H A 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()
H A Dfat.h36 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
H A Dnamei_vfat.c1192 if (MSDOS_SB(sb)->options.name_check != 's') in setup()
H A Ddir.c261 if (sbi->options.name_check != 's') in fat_name_match()