Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/msdos/
Dnamei.c73 if (opts->name_check != 'r' && strchr(bad_chars,c)) in msdos_format_name()
75 if (opts->name_check == 's' && strchr(bad_if_strict(opts),c)) in msdos_format_name()
77 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()
90 if (opts->name_check == 's' && len && c != '.') { in msdos_format_name()
101 if (opts->name_check != 'r' && strchr(bad_chars,c)) in msdos_format_name()
103 if (opts->name_check == 's' && in msdos_format_name()
109 if (opts->name_check == 's') in msdos_format_name()
113 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name()
119 if (opts->name_check == 's' && len) return -EINVAL; in msdos_format_name()
/linux-2.4.37.9/include/linux/
Dmsdos_fs_sb.h16 unsigned char name_check; /* r = relaxed, n = normal, s = strict */ member
/linux-2.4.37.9/fs/fat/
Dinode.c218 opts->name_check = 'n'; in parse_options()
244 opts->name_check = *value; in parse_options()
246 opts->name_check = 'r'; in parse_options()
248 opts->name_check = 'n'; in parse_options()
250 opts->name_check = 's'; in parse_options()
749 sbi->fat_bits,opts.name_check, in fat_read_super()
/linux-2.4.37.9/fs/vfat/
Dnamei.c907 (MSDOS_SB(sb)->options.name_check != 's') in vfat_add_entry()
972 (MSDOS_SB(sb)->options.name_check != 's'), in vfat_find()
996 table = (MSDOS_SB(dir->i_sb)->options.name_check == 's') ? 2 : 0; in vfat_lookup()
1278 MSDOS_SB(sb)->options.name_check = 's'; in vfat_read_super()
1280 if (MSDOS_SB(sb)->options.name_check != 's') { in vfat_read_super()