taglinefilesource code
replace_chars122fs/vfat/namei.cstatic char replace_chars[] = "[];,+=";
replace_chars176fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c)) return -EINVAL;
replace_chars199fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c))
replace_chars243fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c)) return -EINVAL;
replace_chars265fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c))
replace_chars395fs/vfat/namei.cif (strchr(replace_chars, *p)) *p='_';