taglinefilesource code
bad_chars27fs/msdos/namei.cstatic char bad_chars[] = "*?<>|\"";
bad_chars52fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
bad_chars72fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;