Home
last modified time | relevance | path

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

/linux-6.12.1/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.c986 if (opts->name_check != 'n') in fat_show_options()
987 seq_printf(m, ",check=%c", opts->name_check); in fat_show_options()
1182 opts->name_check = result.uint_32; in fat_parse_param()
1919 opts->name_check = 'n'; in fat_init_fs_context()
Dfat.h38 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
Dnamei_vfat.c1192 if (MSDOS_SB(sb)->options.name_check != 's') in setup()
Ddir.c261 if (sbi->options.name_check != 's') in fat_name_match()